We used auto_ptr <String> from Standard Template Library (STL) in our code to make is exception safe...as auto_ptr ensures no memory leaks...From where can I see the complete list of STL library functions and brief description of how can I use them in my code?
The link below provides the guide to STL (Standard Template Library).
http://www.sgi.com/tech/stl/
0 Comments
Please add nice comments or answer ....