Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!unido!laura!exunido!bause From: bause@exunido.uucp (Falko Bause) Newsgroups: comp.lang.c++ Subject: co-routine concept in C++? Message-ID: <649@laura.UUCP> Date: 11 Oct 88 09:38:48 GMT Sender: root@laura.UUCP Reply-To: bause@exunido.UUCP (Falko Bause) Organization: University of Dortmund, W-Germany Lines: 20 CO-ROUTINE CONCEPT IN C++ ========================= In an article from Bjarne Stroustrup 'What is "Object-Oriented Programming"?' (I don't know at the moment where it was published), Stroustrup writes: 'For example, the C++ standard library provides a co-routine class.' The problem is that I'm not able to find it. Where is it? What are the names of the special procedures (I can't found resume and detach in any ".h"-file)? Does Stroustrup really means, that there is a possibilty to implement the co-routine concept in C++, which is implemented e.g. in SIMULA? Falko