Xref: utzoo comp.lang.c++:1091 comp.lang.c:9997 Path: utzoo!mnetor!uunet!husc6!mailrus!umix!umich!mibte!gamma!ulysses!andante!alice!bs From: bs@alice.UUCP Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: discrete-event simulation package in c or c++? Message-ID: <7852@alice.UUCP> Date: 6 May 88 15:29:36 GMT Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 12 Keywords: simulation Summary: Simula-style simulation support provided In article <145@vuwisor.nz>, vignaux@vuwisor.UUCP writes: > I need a C or C++ based discrete-event simulation package > and I am considering developng one if necessary. > Before I start has anyone else out there developed such > a package to a useful form? The C++ shipping tape from AT&T comes with a library of classes that supports Simula-style event-driven simulation. It is usually referred to a ``the task system''. There is a paper about it in the release notes and two in the Proceedings of the USENIX C++ workshop.