Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good short and freely downloadable STL tutorial [closed]

Tags:

c++

stl

I want to refresh my STL knowledge before interview. Could anyone recommend good short and freely downloadable STL tutorial? Thank you.

EDIT: Preferably in PDF.

like image 275
me_ Avatar asked Dec 29 '09 12:12

me_


2 Answers

Its not a book and for free download, but Scott Myers Effective STL in combination with a good STL reference is in my opinion invaluable for an interview preparation.

like image 178
Georg Fritzsche Avatar answered Nov 02 '22 15:11

Georg Fritzsche


http://www.sgi.com/tech/stl/

http://www.cplusplus.com/reference/stl/

These are two very good sites for STL reference. For interview I would suggest to refer good book The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis .

like image 38
aJ. Avatar answered Nov 02 '22 16:11

aJ.