Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!dogie.macc.wisc.edu!uwvax!brownie.cs.wisc.edu!so From: so@brownie.cs.wisc.edu (Bryan S. So) Newsgroups: comp.os.msdos.programmer Subject: Re: C compiler for multitasking? Message-ID: <11725@spool.cs.wisc.edu> Date: 14 Nov 90 18:07:48 GMT References: <1990Nov6.023219.18942@msuinfo.cl.msu.edu> <11414@hubcap.clemson.edu> Sender: news@spool.cs.wisc.edu Organization: U of Wisconsin CS Dept Lines: 18 In article <11414@hubcap.clemson.edu> lsalomo@hubcap.clemson.edu (lsalomo) writes: >From article <1990Nov6.023219.18942@msuinfo.cl.msu.edu>, by leeda@cpsin3.cps.msu.edu (Dae Hee Lee): >> I am interested in developing a multitasking program on 386 machine. >> I could not find a C compiler to support it. >> Is there anyone who can help me find it? >If you're developing under DOS (I presume you are), there is a C compiler >(Zortech, I believe) which contains a "beginthread"-like function. The run- >time library contains its own scheduler, which ran pretty impressively. Also I know the TopSpeed C Compiler (DOS Standard edition) by Jensen & Partners International also has a "multithread model" that can be used to write multitasking programs under MS-DOS in 8086. Bryan So