introducing STL

Apr 18, 2011 at 7:12am
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 Apr 18, 2011 at 7:14am
Apr 18, 2011 at 12:08pm
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.
Apr 19, 2011 at 9:40am
k thanks
Topic archived. No new replies allowed.