Date: Sun, 16 Mar 1997 15:58:42 +0300 (IDT) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Sorting? In-Reply-To: <5gaqpt$dbr@freenet-news.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 14 Mar 1997, Paul Derbyshire wrote: > Well, even were I to have an STL compiler for DJGPP (I only have gcc and > g++, not even gnu pascal or g77), I don't know the STL language, whatever > it is, and therefore could not translate STL code into C. STL is not a language, it's a library of C++ classes, and you already have it if you installed lgp271b.zip (look for lib/libstdcx.a). > confusing here. There are three mentions of sort(), of which two state it > is STL and one C++. Which is it, or are you referring to an implementation > in each language, of which the C++ one I suppose is LGPL'ed? No, STL is free, it isn't LGPL'ed (see the FAQ).