Mail Archives: djgpp/1998/05/26/16:15:26
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
- Raw text -