From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ templates and djgpp how? Date: Tue, 26 May 1998 19:51:58 +0100 Organization: None Message-ID: <89rYlGAO9wa1EwZM@talula.demon.co.uk> References: <356A8CD2 DOT 5D95DF66 AT BigPond DOT com> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Tron writes: > be caurfull beacuse if you put <> outside of list.h you are meaning >that this .h file its in your default library directory... if you put in >the same directory of your main program you do this: #include "list.h" Yeah, but the STL list header is a system library file, so the <> braces are correct. To the original poster: the C++ libraries are located in the lgp*b.zip file, where * is the version number. I'm still using version 2.7.1, which does contain a list.h, but I have a feeling that in the most recent version this has been renamed to just 'list' (without the .h). -- Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ "Miracles are nothing if you've got the wrong intentions" - Mike Keneally