C and C++ Programming Resources

Share/Bookmark
Custom Search

The Standard C++ Library

Posted on September 10th, 2008 1 Comment

The 1998 C++ standard consists of two parts: the core language and the C++ standard library; the latter includes most of the Standard Template Library and a slightly modified version of the C standard library. Many C++ libraries exist which are not part of the standard, such as the Boost library. Also, non-standard libraries written in C can generally be used... 
Read More | Make a Comment