The C++ Programming Language, third edition exercise answers

My Solutions

I have owned this book for a some time, but only recently did I start to try and solve the exercise (they seemed impossible for me just a couple of months ago). I have solved only the ones which I thought would do be some good to solve. These are the solutions I have so far come up with:

Exercises I haven't yet been able to solve

Chapter 10, first exercise The first bit is pretty clear. However, I only see one error in the second version.

Exercises I'm working on right now

Chapter 6, exercise 20. I have a function class working already, although it is pretty simple. I now need to adjust the calculator code to use it.

Note: None of my code uses namespaces. That's because g++ doesn't accept them, yet.

Back to Home Page. 1