Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 134 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 134 Bytes

Cpp-primer-plus

The code and the answer of the C++ primer plus

// use c++11 standard
$ g++ -std=c++11 *.cpp && ./a.out