(C++) Exercise

January 25, 2018 · View on GitHub

 

 

 

 

 

(C++) Exercise

 

STLQt
CreatorLubuntu

 

On this page you can find some exercises about correct programming, inspired by Herb Sutter's 'Guru Of The Week' pages.

 

These exercises are suitable for experienced beginners, that want to learn to think in the C++ way. As a side-result they will learn more advanced concepts in a playful way. I try to work on the same difficulty scale as Herb Sutter.

 

 

 

 

 

 

 

  1. Herb Sutter's Guru Of The Week archive

Additionally, Exercise is a class for an exercise.

Technical facts

 

 

 

 

 

 

./CppExercise/CppExercise.pri

 


INCLUDEPATH += \     ../../Classes/CppExercise SOURCES += \     ../../Classes/CppExercise/exercise.cpp HEADERS  += \     ../../Classes/CppExercise/exercise.h OTHER_FILES += \     ../../Classes/CppExercise/Licence.txt

 

 

 

 

 

./CppExercise/exercise.h

 


 

 

 

 

 

./CppExercise/exercise.cpp