Pinaki82 / snippets

Modern C++11/14 small code snippets I wrote when learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Modern C++11/14 small code snippets I wrote when learning

License:MIT License


Languages

Language:C++ 100.0%