From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE and STL Date: Mon, 10 Aug 1998 03:18:33 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 20 Message-ID: <6qlhp0$orl$1@news-hrz.uni-duisburg.de> References: <1998080901320800 DOT VAA26469 AT ladder03 DOT news DOT aol DOT com> <35CDEA40 DOT 4FDB87B AT unb DOT ca> NNTP-Posting-Host: ppp62.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 09 Aug 1998 15:28:17 -0300, Endlisnis wrote: > What do you mean by 'STL'? Do you mean STandard Library? He means Standard Template Library, a (free) library that has made it into the ANSI/ISO C++ standard to put an end on the thousands of C++ libraries that all do the same, but each one a bit different. It's also included in the gpp281b.zip for DJGPP. URLs regarding STL (maybe a bit outdated): http://www.sgi.com/Technology/STL/ http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm ftp://butler.hpl.hp.com/stl http://www.cs.rpi.edu/projects/STL/htdocs/stl.html ftp://ftp.cs.rpi.edu/stl http://www.cs.rpi.edu/~musser/stl.html Regards... Michael