Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!rutgers!princeton!allegra!alice!bs From: bs@alice.UUCP Newsgroups: comp.lang.c++ Subject: Re: Questions About C++ Message-ID: <7016@alice.UUCP> Date: Tue, 23-Jun-87 20:01:17 EDT Article-I.D.: alice.7016 Posted: Tue Jun 23 20:01:17 1987 Date-Received: Thu, 25-Jun-87 04:26:46 EDT Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 16 Keywords: tasks - simulation - libraries - book > We weren't aware of the task library: the only information we had about C++ > was the Book itself. Obviously, it is not the authorative source we had > hoped (semi :-)'' It is, I hope, authorative, but naturally cannot be complete if by complete you mean ``contains a list of all usefull libraries of functions and classes''. The task library isn't part of the language it is a library. It is documented in the ``released notes'' that AT&T ships with the C++ tape. We clearly need a way of making libraries known and available to people that needs them. This is, however, a thorny administrative problem. Good luck. - Bjarne