snippets C++ 11/14/17 small code snippets that I wrote during my own learning process. Every file represents a standalone compilable program. Use g++ -std=c++17 -o program_name file.cpp to build the executable.