[Exercise 7]

Replace struct "List" by a class

[difficult, can be skipped]

description | hints | solution | discussion
exercises after lesson "More on Classes"
list of all exercises

Take the program of exercise 6 and replace the list implement with C structs with a class, too. This exercise requires some knowledge in data structures and algorithms.

Additional hints

Solution:

Additionally needed sources:

Discussion of solution (*)