X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Ben Peddell User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: threads References: <2u7tovcdi21agllg6vuo3m3lnlhhlmsko2 AT 4ax DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 14 Message-ID: Date: Fri, 17 Oct 2003 10:40:30 GMT NNTP-Posting-Host: 144.134.89.214 X-Complaints-To: abuse AT bigpond DOT net DOT au X-Trace: news-server.bigpond.net.au 1066387230 144.134.89.214 (Fri, 17 Oct 2003 20:40:30 EST) NNTP-Posting-Date: Fri, 17 Oct 2003 20:40:30 EST Organization: BigPond Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Drew wrote: > Is it possible to do threads with DJGPP? I've got a simple Java > thread program that I want to convert to C++ to learn about doing > threads in C++ but I don't know if DJGPP can do them or not? > > Does anyone know or have a short, sample DJGPP thread program? > > Thanks :) > Drew > Since DOS does not support threads, neither does DJGPP. However, it might be possible to emulate a threaded program in pure DOS.