Made for C++11.
Uses this style:
if (/* condition */) {
/* code */
}for (unsigned i = 0; i < count; ++i) {
/* code */
}git clone https://github.com/ApusApp/cpp-sublime-snippet.git
Or
Download the cpp-sublime-snippet.zip then unzip it, at last, move it to package directory and rename it to C++ Snippets.
For example in Linux:
unzip cpp-sublime-snippet.zip
mv cpp-sublime-snippet ~./config/sublime-text-3/Packages/C++\ Snippets
Documentation can be found in the reference.md file.
The overall collection of snippets is licensed under the MIT License but the individual snippets themselves are CC0.