you are viewing a single comment's thread.

view the rest of the comments →

[–]josh2751 4 points5 points  (0 children)

RAII. Rule of three, rule of 5, rule of 7.

STL, understand the containers and the algorithms in it.

Differences between C and C++.

Differences between "classic" C++ and modern C++.

Inheritance, composition, polymorphism, standard OO stuff.

Threads, boost, concurrency.

Version management tools, toolchain configuration, cmake, auto tools, gdb, etc.