##C++ Primer 5 Answers(C++11/14)
-
Windows: Visual Studio 2015+
-
Linux: g++ 5.0+
g++ -std=c++14 some_ex.cpp -o some_ex
- Mac: clang++ 3.7+
clang++ -std=c++1y some_ex.cpp -o some_ex
- Chapter 1. Getting Started
- Part I: The Basics
- Part II: The C++ Library
- Part III: Tools for Class Authors
- Part IV: Advanced Topics