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:
char* iota(int,char
[])
function
Chapter 10, first exercise The first bit is pretty clear. However, I only see one error in the second version.
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.