Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 356 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 356 Bytes

C++ Training Exercises

Use cmake to generate solution/makefiles for your favorite platform. (You can run cmake-gui, or from the command-line type: mkdir _bld; cd _bld; cmake ..; explorer cpp-training.sln.) Perform the exercises listed in training.cpp, executing it as appropriate.

Links to trainings and answers may be found on the wiki.