C/C++ References
Although C and C++ are separate languages, I tend to group them together. (As do many others.) Some of the references below relate to C, some to C++, and some to both.
Some of the most interesting work in C++ as present is in the area of generic programming and template meta-programming. For some good examples of these concepts in use, see the Standard Template Library and the Boost site.
- Programming in C
- C/C++ Users Journal
- C/C++ Users Group
- The Association of C & C++ Users
- Dinkumware, Ltd.
- National Committee for Information Technology Standards
- Herb Sutter's site (including Guru of the Week)
- The (B)Leading Edge
- Nicolai Josuttis: Home Page
- C++ FAQ Lite
- C++ FAQ Index(another one)
- The C++ Resources Network
- C++ Tutorial
- Using auto_ptr Effectively
- Secure, Efficient and Easy C programming
- ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee
Library References
- STL Tutorial Resources
- A modest STL Tutorial
- The SGI STL site
- The STLport site
- The Boost site
- Dinkumware C++ Library Reference
- Gnu C++ Standard Library Documentation