From: "Lark" Newsgroups: comp.os.msdos.djgpp Subject: Re: Multi tasking? Date: Tue, 20 Apr 1999 12:27:00 -0700 Organization: MindSpring Enterprises Lines: 20 Message-ID: <7fi9tj$nef$1@camel29.mindspring.com> References: NNTP-Posting-Host: d1.8a.92.6b X-Server-Date: 20 Apr 1999 16:27:31 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message ... > >On Sun, 18 Apr 1999, Lark wrote: > >> How would I go about accomplishing multitasking? > >Please explain more what exactly do you mean by that. One >interpretation is that several programs run at the same time sharing >the machine resources; another interpretation is that you have several >threads of execution in the same program. This is more of what I had in mind, the multiple threads in the same program. Surely it can't be impossible. How would people make games where spaceships explode at the same time that other ones are still shooting, etc? Thanks for the feedback.