Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!ucsd!pacbell.com!pacbell!att!dptg!pegasus!hansen From: hansen@pegasus.ATT.COM (Tony L. Hansen) Newsgroups: comp.lang.c++ Subject: Re: discrete-event simulation in C++ Summary: class process is in The C++ Answer Book Keywords: C++, coroutines Message-ID: <5005@pegasus.ATT.COM> Date: 25 Aug 90 18:44:08 GMT References: <2533@ryn.esg.dec.com> <5606@abaa.UUCP> <11224@alice.UUCP> Reply-To: hansen@pegasus.ATT.COM (Tony L. Hansen) Organization: AT&T Bell Labs NJ USA Lines: 15 < From: bs@alice.UUCP (Bjarne Stroustrup) < The first use of C++ was for Simula-like simulations (what is called < process level simulation) with thousands of processes. The task library < that comes with the AT&T distribution supports such work in a way rather < similar to what is provided in Simula. Another implementation of a task library, called class process, is available as a part of The C++ Answer Book. The code is written completely in C++ and is portable to most machines. (Some restrictions do apply.) The code itself is available from netlib@research.att.com. (Send a message with the contents "send index from c++/answerbook" to that address for further information.) Tony Hansen att!pegasus!hansen, attmail!tony hansen@pegasus.att.com