Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.9 KB

README.md

File metadata and controls

37 lines (33 loc) · 1.9 KB

##C++ Primer 5 Answers

GitHub issues GitHub license

Note

  • g++ and clang++ are recommended. VS may be used as well, but up to May 2015, Visual Studio has not implemented all c++ 11 features yet.
  • Use -std=c++11flag for compiling.
  • If any bug caught, please let me know, thanks.

Contents