From: eyal DOT ben-david AT aks DOT com To: djgpp AT delorie DOT com Message-ID: <42256552.0064EC53.00@aks.com> Date: Mon, 17 Nov 1997 20:23:58 +0200 Subject: Re: Mysterious C++ STL compiler message Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Precedence: bulk On 11/17/97 7:14:44 PM A.P. Zijlstra wrote: >Hi, > >whils we're talking about it... I know what the STL thingy is.. but I >don't know the details, that is the usage of this great c++ feature... >are there any docs and or really recommended books about STL.. cause I >feel like I'm rewriting code that has been written for at least one >thousand times :(... > > >greetinx, >Peter > There are some very good tutorials on the net: - Mumit's STL Newbie guide http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html - The Standard Template Library Tutorial http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm - Silicon Graphics STL site (source + very good docs + refernce manual) http://www.sgi.com/Technology/STL/ Eyal.