Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eloyekunle/cplusplus_snippets
Some code snippets and algorithms in C++
https://github.com/eloyekunle/cplusplus_snippets
arrays sample-code snippets
Last synced: 6 days ago
JSON representation
Some code snippets and algorithms in C++
- Host: GitHub
- URL: https://github.com/eloyekunle/cplusplus_snippets
- Owner: eloyekunle
- License: mit
- Created: 2016-09-20T11:02:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T02:32:40.000Z (over 7 years ago)
- Last Synced: 2024-10-29T10:47:36.560Z (about 2 months ago)
- Topics: arrays, sample-code, snippets
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c-_snippets
Some snippets I just type up when trying to follow tutorials or figure something out.####Execution
Follow appropriate compilation instructions for your compiler.#####Example: Linux with g++
>> g++ file_name.cpp -std=c++11
>> ./a.out