Ad Code

auto_ptr from Standard Template Library (STL)

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/
Reactions

Post a Comment

0 Comments