Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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