Andrei Alexandrescu wrote: > A chunky fragment of TDPL will hit Rough Cuts soon enough. I'm pondering > whether I should be adding exercises to the book. Some books have them, > some don't. > > Pros: As I'm writing, I've come up with some pretty darn cool exercise > ideas. > > Cons: The book gets larger, takes longer to write, and I never solved > the exercises in the books I've read, but then I'm just weird. > > What do you think? > > Thanks, > Andrei
There's only one book that I can remember ever working through the exercises on.. and that's even a stretch of the term exercise: Exceptional C++. For any of you that develop c++ code and haven't read that book.. I highly recommend it. Later, Brad