List of exercises

NoTitleshould be done after lesson (after page)
0Test your knowledge of CBasics (34)
1Replace C constructs by equivalent C++ constructsC to C++ (82)
2Extend the class "Complex"Classes (104)
3Extend the class "String"Pointer Data Members, (More on Classes) (136 !)
4Design and implement a class "Person"More on Classes (176)
5Design and implement a class "Date"-"-
6Use the class "Date"-"-
7Replace struct "List" by a class-"-
8Extent the class "Date"-"-
9Implement array:operator<<()Array Redesign (276)
10Change the class "Rational" into a templateTemplates (294)
11Inheritance / virtual Functions IInheritance (332)
12Inheritance / virtual Functions II-"-
13Change the class "List" into a template-"-
14Use the C++ Standard LibraryThe C++ Standard Library and generic Programming (472)