Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!usc!orion.cf.uci.edu!uci-ics!sarrett From: sarrett@ics.uci.edu (Wendy Sarrett) Newsgroups: comp.lang.c++ Subject: Re: Developing a Standard C++ Class Library Keywords: C++ standard library classes development Message-ID: <21425@paris.ics.uci.edu> Date: 22 Aug 89 15:20:40 GMT References: <13258@well.UUCP> Sender: news@paris.ics.uci.edu Reply-To: Wendy Sarrett Distribution: comp Organization: University of California, Irvine - Dept of ICS Lines: 7 I've just started using c++ with the gnu compiler and it comes with a bunch of libraries which are implemented in many cases as classes. In particular, I've been using there statistical library which is implemented as a class. Wendy