On Mon, 28 Apr 1997, [iso-8859-1] Nicolás Lichtmaier wrote: > > I'd like to use/test the Standard Template Library. A GCC faq says that > it's included in libg++, but I couldn't find it? Where is it?
Try /usr/include/g++. You can just include stl headers with a normal #include <vector.h> when compiling with G++. Jason -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .