From: "Alan Alfonso" Newsgroups: comp.os.msdos.djgpp Subject: Support for STL? Date: Mon, 28 Dec 1998 00:52:01 -0500 Lines: 13 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 NNTP-Posting-Host: tiger5-net209-151-143-ip222.ica.net Message-ID: <36871e17.0@lightning.ica.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Does DJGPP support the STL in any way. I believe I am using 2.8.x. I ask because I have the C++ Primer book 3rd Edition and I tried to compile a couple of sample programs that I was certain would not work because I thought they used the STL and much to my surprise they worked! Maybe I'm confused. The programs used the vector and string header files declared without the .h extension. Thank you, Alan