C++: TODO List¶
Complete Transcription of C++11¶
Many of the chapter from the LaTex deck haven’t yet been transcribed.
Dependencies¶
Exercise series¶
point in C
point in C++, members and ctors
shapes, based upon point (circle, triangle, rectangle, …)
access methods
const correctness
operator overloading
Miscellaneous¶
Split Constructors and Destructors in two.
Plain ctor, initializer list.
Exercise
circle
,sphere
,rect
in the middle.Resource management separated, as a preparation to what follows: Object Copy