The std namespace

Started by
3 comments, last by Mihail121 20 years, 7 months ago
Hi.I''ve decided to take my time to learn what''s the std namespace and how can it be used.It turns out to be that there are much useful and cool stuff inside but they are really THOUSANDS.I''ve never saw any programmer to use 3 or 4 elements of it(like the std::vector,std::string and etc.).Can somebody tell me whether the other parts of it are widely used somewhere and perhaps point me to some sample source or tutorials?10x! http://mihail121.tripod.com
Advertisement
http://www.sgi.com/tech/stl/

This is all you really need. Effective STL is also a great book.

How appropriate. You fight like a cow.
10x buddy looks like a cool site...i''ll take my time!10x!

http://mihail121.tripod.com

Nicolai Josuttis : "The C++ Standard Library, a tutorial and reference", ed. Addison-Wesley.

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
You could also look up the various chapters in The C++ Programming Language, including the chapter on the tiny bit of functional programming you can do in C++.
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis

This topic is closed to new replies.

Advertisement