Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!uhccux!caprio From: caprio@uhccux.uhcc.hawaii.edu (Mike Caprio) Newsgroups: comp.lang.c Subject: Re: MS C vs Turbo C Message-ID: <5214@uhccux.uhcc.hawaii.edu> Date: 25 Oct 89 00:41:31 GMT References: <1727@naucse.UUCP> <2136@cbnewsl.ATT.COM> Reply-To: caprio@uhccux.UUCP (Mike Caprio) Organization: University of Hawaii Lines: 7 I had the opposite experience with TURBO C and MSC 5.0. A program that compiled w/o problems on TC 2.0 caused parser problems with MSC 5.0. I eventually had to simplify the code to feed it through MSC (I was using a min # of functions to pacify an urgent need for speed). MC