introducing STL

hi can anybody tell me why and when STL's r used.
any example where i can use simple STL in my CPP program.
Last edited on
Read up on the various containers and algorithms that are available:
http://www.cplusplus.com/reference/stl/
http://www.cplusplus.com/reference/algorithm/

The uses of most of them should be self-evident.
If it isn't, you can still ask more specific questions about any of them.
k thanks
Topic archived. No new replies allowed.