> I'm reading an interesting book "C++ in Action" available online at > http://www.relisoft.com/book/index.htm, it's making me see things a > bit different and I think it's a good lecture to every programmer, > and mainly C/C++ ones.
I've been skimming through sections of this as time permits, and it's actually quite a different approach. Whereas Koenig's Accelerated C++ tried to avoid the low level C stuff but the exercises where trivial, this has a nice high level approach for discussing things right from the start. He manages to describe object construction and destruction order without having classes with any member variables. And he couples pointer allocation and freeing with the constructors and destructors of guard classes right from the start, but without getting into the confusing detail of Exceptional C++. Might have to read this properly over the Christmas holidays... Thanks for posting details of this here. D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

