Extra links that may be useful.
* Google C++ Resources Directory - Covers many bases...
* #C++ on EFNet IRC - If you ever wondered...
* Boost C++ Template Library - A useful STL-like add-on library to compliment the C++ standard library.
* GCC documentation online - Avoid those extensions for portability...
* GNU libstdc++ Documentation - Doxygen and other stuff...kinda handy.
* Jargon Lexicon - Learn the lingo!
* ACCU - Association of C and C++ Users.
* C++ wrapper packages - C++ wrappers for various C based GNU tools
* Unix Programming Frequently Asked Questions - If you need a clue on UNIX...
* Technet webcast - Web cast videos on C++ (Multi-paradigm programming, learning C++, Interviews, etc...)
* http://uthcode.sarovar.org - Uthcode -Site with C programming snippets. Answers to K&R Problems.
