Skip to content
ncrookston edited this page Aug 29, 2014 · 4 revisions

Q&A sessions on common C++ idioms with examples

Welcome to the C++ training repository. Each week a new exercise will be posted which attempts to explain an idiom or concept frequently used in our code. Exercises will require you to write some code and then answer questions on the result of running it.

The code should be executable on any platform with a standards-compliant C++ compiler (g++ 4.4 or greater, MSVC10 or greater, clang). Cmake should be used to generate the appropriate build files. (See the README for instructions)

###Past and Future Trainings:

Clone this wiki locally