Topic: CodeWarrior and STL


Author: j-blake@nwu.edu (Joshua Blake)
Date: 1998/04/05
Raw View
   Anyone know where I can download the most recent version of a
CodeWarrior 2.1 compatible Standard Template Library?  CW comes with a
readme that claims it can be found on their hotlist page, but it isn't
there.  The SGI STL caused more errors than I can count.

Suffering C++ student,
Joshua Blake

--
Joshua Blake
Northwestern University
thespian@mindless.com
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: MWRon@metrowerks.com (MW Ron)
Date: 1998/04/08
Raw View
In article <j-blake-0404981650060001@shp118159.res-hall.nwu.edu>,
j-blake@nwu.edu (Joshua Blake) wrote:

>   Anyone know where I can download the most recent version of a
>CodeWarrior 2.1 compatible Standard Template Library?  CW comes with a
>readme that claims it can be found on their hotlist page, but it isn't
>there.  The SGI STL caused more errors than I can count.

A port of the SGI STL  can be found at
<http://www.metabyte.com/~fbp/stl/effort.html>

You must set it up correctly (read the readme.cw file)  because CodeWarrior
is based on the ANSI working standard and that includes most of the old STL
in it.    So if you are just looking for something to do STL with, you
probably do not need the SGI STL at all.

Ron

--
Read the CW 3 Press Release
http://www.metrowerks.com/db/whatsnew.qry

METROWERKS                   Ron Liechty
"Software at Work"    MWRon@metrowerks.com
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]