Mail Archives: djgpp/1997/09/23/06:22:57
On 22 Sep 1997, Craig Berry wrote:
> Perhaps I'm just being dain-bramaged, and if so I apologize in advance,
> but...
Just try looking in the DJGPP FAQ list next time ;-)
The latest version of the DJGPP FAQ list is available as v2/faq210b.zip
from the same place you get DJGPP.
> Is the C++ Standard Template Library (STL) available in DJGPP C++?
STL is in libstcx.a, as the FAQ explains in section 8.7. If you use
`gxx' to link your C++ programs, libstdcx.a is automatically linked into
your program.
- Raw text -