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