Hi all. Here are two questions to begin with:


1. What is the difference between the C++ standard library, and the C++ standard template library?

2. You know how Java has the API & documentation info. for all classes available? Where can I find similar documentation for the C++ standard library? ...for both functions & classes available. And how would I actually view the contents of these functions and classes, if I wanted to?


Thanks.

1) The C++ standard library consists of everything (such as the C standard library) and the STL is an obsolete term describing the container classes and iterator based template functions supported by the C++ standard library.

2) www.dinkumware.com

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.