From: authentic AT tip DOT nl (Rick) Newsgroups: comp.os.msdos.djgpp Subject: Re: STL with djgpp Date: Fri, 02 Jan 1998 22:39:33 GMT Organization: NL-NIC Message-ID: <68meob$bt6$2@cadmium.aware.nl> References: <01bd089c$c044d9e0$68001dc2 AT rigotti> <672ght$2oj AT freenet-news DOT carleton DOT ca> Reply-To: authentic AT tip DOT nl NNTP-Posting-Host: nijmegen-011.std.pop.tip.nl Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Paul, IMHO there are two must have STL references. First of all you should get the Standard Template Library Tutorial from the University of Vienna. Secondly you must get a hold of the complete STL-docs(700KB). Both are available from http://www.sgi.com/Technology/STL/download.html Take care, Rick ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) wrote: >"Aurelio" (erigotti AT tinet DOT ch) writes: >> Does DJGPP support STL ? Where I can find tips on this topic ? >The C++ module (lgp271b.zip) should include the STL and install it into >your lang/cxx directory, where the gxx command will look for it. >--