##C++ Primer 5 答案 ##C++ Primer 5 Answers
- 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++11
flag for compiling. - If any bug caught, please let me know, thanks.
- Please fork(How?) this repository first.
- Commit(How?) in your own repository.
- Give me a pull request(How?).
- Syncing with(How?) the origin repository. This is very important because this repo updates frequently.
- 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