From: Brian Osman Newsgroups: comp.os.msdos.djgpp Subject: Re: STL? Date: Fri, 14 Feb 1997 17:09:32 -0500 Organization: Rensselaer Polytechnic Institute, Troy NY, USA Lines: 26 Message-ID: <3304E29C.4D49@rpi.edu> References: <5e0o2r$4a6m AT elmo DOT cadvision DOT com> Reply-To: osmanb AT rpi DOT edu NNTP-Posting-Host: darkwing.stu.rpi.edu 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 Calvin French wrote: > > Hey! I'm looking for a free version of STL that will compile fine > under djgpp v2. I've so far downloaded what seems to be the > "standard" version, that is the Hewlett-Packard version it seems, > but no dice. I'd really like to get into this Good Thing soon; > but so far all I can do is read about it. > > If someone can give me a pointer to a version of STL which will > compile under djgpp v2 that would be great. I'll check the web > tonight but it's hard to sort out which versions compile with what > compilers. Thanks, > > - Calvin - The previous reply was correct, all of the STL headers seem to come with v2. If you have more problems though, the best place to go is: http://www.cs.rpi.edu/~musser/stl.html (It is so cool having him as a professor this semester!) =) Anyways, Prof. Musser maintains a "practical" distribution of STL which is much more compiler friendly than the HP reference implementation. Brian Osman