Xref: news2.mv.net comp.os.msdos.djgpp:3942 From: elric AT wheel DOT ucdavis DOT edu (Jeffrey Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: CONTAINERS/STL ?? Date: 15 May 1996 21:58:50 GMT Organization: Davis Community Network - Davis, California, USA Lines: 21 Message-ID: <4ndk2q$cso@mark.ucdavis.edu> References: NNTP-Posting-Host: wheel.dcn.davis.ca.us To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Barak Amit (abarak AT techunix DOT technion DOT ac DOT il) wrote: : Hello all! : I am considering using DJGPP for a new project, and I have no previous : experience with it. My question is: what kind of container classes : support does DJGPP have ? does it have 'built in' container classes library ? : Has anyone used DJGPP with (HP) STL ? : Thanks , Amit DJGPP will not works with the HP distribution of the STL. It has it's own version in the 22 February distributon of V2. It is not complete, but I am using the map and vector template classes quite successfully. Compile times do increase. Adding memory up to 16MB helps reduce compile times (on Windows 3.11). -- ============================================ Without my guitar, I am a poet without arms. - Michael Bloomfield ============================================