From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: STL Date: 17 Nov 1999 14:12:41 -0800 Organization: InterWorld Communications Lines: 25 Message-ID: <83iu303gyu.fsf@mercury.st.hmc.edu> References: <80uv5u$g7i AT hermes DOT acs DOT unt DOT edu> <80v41u$hfp AT hermes DOT acs DOT unt DOT edu> NNTP-Posting-Host: mercury.st.hmc.edu X-Trace: nntp1.interworld.net 942876823 38370 134.173.45.219 (17 Nov 1999 22:13:43 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 17 Nov 1999 22:13:43 GMT X-Newsreader: Gnus v5.7/Emacs 20.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Morpheus" writes: > Well, I found the STD directory in the include directory, but it doesn't > contain a lot. (What's the "D" in STD stand for anyway?) It seems a bit > different also, as the basic_string template doesn't have a typedef like > this: typedef string basic_string like the one in the STL does. So > I'm assuming the STD and the STL are not exactly the same. > > I downloaded the STL from www.sgi.com, and they have NO installation > instructions. The main thing I'm worried about is the files with no > extension. They are ASCII header files, but they have no extension. I don't > know why this is so, and I don't know if I should just add the .h extension > on them. Most of the other headers have the .h extension already. I'm just > figuring that these files needed to be optional to install for some reason. > > So, should I just make an STL directory under include, and stuff it all in > there? Whoa! The STL is included in libstdc++, so if you have the standard C++ stuff installed, you already have it. What made you think you needed something extra? Did something not work normally? -- Nate Eldredge neldredge AT hmc DOT edu