Clint Adams <[EMAIL PROTECTED]> writes: > > #include <map> > > #include <vector> > > etc. > > Isn't this HP's STL rather than GNU's?
Well, I can't recall where I learned to use the names without the .h's. Perhaps it was the HP web docs. I probably should include the .h's, but GNU makes it more or less irrelevant: >From /usr/include/g++/vector: // -*- C++ -*- forwarding header. // This file is part of the GNU ANSI C++ Library. #ifndef __VECTOR__ #define __VECTOR__ #include <vector.h> #endif -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .