First page Back Continue Last page Graphics
STL General Concepts cont.
Header files
In addition to the standard ones:
There is normally a special include for each use of a STL template.
- #include <string>
- #include <vector>
- #include <stack>
(more specifics as we describe STL components)