I'm working on a side project that uses C++, so I'm finding myself having to relearn it.
I bought Accelerated C++ by Koenig and Moo, and I've been working through it. It's a great book for picking up the language quickly. I highly recommend it. However, now that I've learned a few languages from online resources, managing both a book and a laptop feels clunky and awkward. I can download Why's (poignant) Guide or php.net or the CSS spec and work on it with no effort on a plane or whenever I feel like taking a short break from my "real" work.
Anyone know of an online C++ training that you'd recommend?
* The GNU C++ Library Documentation - http://gcc.gnu.org/onlinedocs/libstdc++/spine.html
* Scott Meyers TR1 Information - http://www.aristeia.com/EC3E/TR1_info.html
* Association of C & C++ users - http://accu.org
* C++ Library Reference http://www.cplusplus.com/reference/
* Guru of the Week archive - http://www.gotw.ca/gotw/index.htm
These are a little older:
* Lysator (Linköping, Sweden) - http://www.lysator.liu.se/c/index.html
* Brad Appleton's C++ Links - http://www.cmcrossroads.com/bradapp/links/cplusplus-links.ht...