- Ubuntu LTS 16.04.
- Use
g++ 5.4
,clang++ 3.8
. - Use
-std=c++14
(recommend:-pedantic -Wall
) flag for compiling.
- Chapter 1. Getting Started
- Part I: The Basics
- Part II: The C++ Library
- Part III: Tools for Class Authors
- Part IV: Advanced Topics
g++ 5.4
, clang++ 3.8
.-std=c++14
(recommend: -pedantic -Wall
) flag for compiling.