Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!csd4.milw.wisc.edu!bbn!oberon!oxy!bagpiper From: bagpiper@oxy.edu (Michael Paul Hunter) Newsgroups: comp.lang.c Subject: Re: portability Message-ID: <12054@tiger.oxy.edu> Date: 15 Jan 89 18:53:18 GMT References: <1354@tank.uchicago.edu> Organization: Occidental College, Los Angeles, CA 90041 Lines: 20 In article <1354@tank.uchicago.edu> goer@sophist.uucp (Richard Goerwitz) writes: >Just recently, I decided that I needed a C compiler for my >PC. My wife frequently uses it, and I'd like to write games >for my son. I'd also like to do some stuff here before run- >ning it on the Sun I typically use on campus here at the >University of Chicago. > >QUESTION: What compiler for use under MS-DOS is the most >portable? In other words, which will probably allow me to >do the most things with the biggest libraries, and yet still >offer me some degree of machine independence (i.e. let me >run things I write on my PC on the Sun at school with a >minimum of fuss). > Turbo C 2.0 by Borland is a very good development environment. The manual lists which functions are ms-dos specific. Borland seems intent on tracking ANSI C so that makes it highly portable. The compiler has a switch to force ANSI C. In my eyes it is the best ms-dos C compiler. Mike