smanders / cpp-training

repository of c++ training exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

repository of c++ training exercises


Languages

Language:C++ 75.2%Language:CMake 24.8%