C++ Programming HOW-TO 에서 발췌 Main STL sites: [http://www.cs.rpi.edu/projects/STL/stl/stl.html C++ STL 레퍼런스 사이트] [http://www.sgi.com/tech/stl C++ STL from SGI] [http://www.cs.rpi.edu/projects/STL/htdocs/stl.html C++ STL from RPI univ] [http://dmoz.org/Computers/Programming/Languages/C++/Class_Libraries/STL C++ STL site ODP for STL] 와 [http://dir.lycos.com/Computers/Programming/Languages/C%2B%2B/Class_Libraries/STL 미러] [http://userwww.econ.hvu.nl/~ammeraal/stlcpp.html STL for C++ Programmers] [http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html C++ STL from halper] STL tutorials: [http://www.yrl.co.uk/~phil/stl/stl.htmlx Phil Ottewell's STL Tutorial] 좋지만 오래된 문서 - [http://www.decompile.com/html/tut.html] 미러 : [http://mip.ups-tlse.fr/~grundman/stl-tutorial/tutorial.html] The Code Project, C++/STL/MFC 에 대한 소개 http://www.codeproject.com/cpp/stlintroduction.asp C++ Standard Template Library, another great tutorial, by Mark Sebern http://www.msoe.edu/eecs/cese/resources/stl/index.htm Technical University Vienna by Johannes Weidl http://dnaugler.cs.semo.edu/tutorials/stl mirror http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm 좋은 사이트 iterator에 대한 매우 좋은 설명 http://www.cs.trinity.edu/~joldham/1321/lectures/iterators/ Intro to STL SGI http://www.sgi.com/tech/stl/stl_introduction.html Mumits STL 초보 가이드 (약간 오래된 것) http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html ObjectSpace 예제 : ObjectSpace는 300개가 넘는 예제를 가지고 있고, 따라서 초보자에게 아주 좋은 출발점을 제시해준다. ftp://butler.hpl.hp.com/stl/examples.zip Joseph Y. Laurino's STL page. http://weber.u.washington.edu/~bytewave/bytewave_stl.html Marian Corcoran's STL FAQ. ftp://butler.hpl.hp.com/stl/stl.faq ---- ["STL"]