[Exercise 1]

Replace C constructs by equivalent C++ constructs

description | hints | solution | discussion
list of all exercises

Take the final working C program from exercise 0 and start transforming it into C++. Try to use as much as possible of the things you learned in the lesson "From C to C++".

Additional hints

Solution:

Discussion of solution (*)