https://github.com/dacap/cpp-snippets
A collection of C++ snippets
https://github.com/dacap/cpp-snippets
Last synced: over 1 year ago
JSON representation
A collection of C++ snippets
- Host: GitHub
- URL: https://github.com/dacap/cpp-snippets
- Owner: dacap
- License: mit
- Created: 2013-09-04T02:31:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T03:06:05.000Z (about 12 years ago)
- Last Synced: 2025-02-28T16:19:10.670Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# C++ Snippets
> by David Capello
A collection of snippets in C++98, C++11, C++14, that can be used as
examples to create new code, design APIs, or just see how things works
in C++ language.
## License
All this code is licensed under [MIT license](LICENSE.txt).