C++ Resources
Documentation
- cppreference
- A C/C++ reference accessible to students at the CIS 22 level
- cplusplus.com/C++
- A site with a large amount of information regarding the C++ language and libraries
- Here is the standard library reference page of this site
- STL Reference
- SGI's comprehensive, somewhat technical reference to the Standatd Template Library
- C++'s Standard Library implementation is largely based on this
- Wikipedia Entry for STL