##C++ Primer 5th Answers
Notes
- Use
GCC 4.9+
,Clang 3.4+
,MSVC 14+
, and others. - Use
-std=c++11
(recommend:-pedantic -Wall
) flag for compiling. - Have you discovered incorrect information? Submit.
Contents
- 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