##C++ Primer 5th Answers
- g++ and clang++ are recommended. Visual Studio 2013 may be used as well, but up to June 2015, Visual Studio has not implemented all c++11 features yet.
- Use
-std=c++11
(recommend:-pedantic -Wall
) flag for compiling. - If any bug caught, please let me know, thanks.
- Chapter 1. Getting Started
- Part I: The Basics
- Part II: The C++ Library
- Part III: Tools for Class Authors
- Part IV: Advanced Topics
- Chapter 17. Specialized Library Facilities
- Chapter 18. Tools for Large Programs
- Chapter 19. Specialized Tools and Techniques