Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!shebanow From: shebanow@Apple.COM (Andrew Shebanow) Newsgroups: comp.sys.mac.programmer Subject: Re: Is THINK C 4.0 ANSI compatible? Message-ID: <4199@internal.Apple.COM> Date: 15 Sep 89 18:35:52 GMT References: <336@castle.ed.ac.uk> <13519@well.UUCP> <6494@columbia.edu> <2614@husc6.harvard.edu> <8404@boring.cwi.nl> <2621@husc6.harvard.edu> Organization: Apple Computer Inc, Cupertino, CA Lines: 14 Although I think that Think C is a good product, saying that it is ANSI conformant is like saying a motorcycle is a car, except that it has two wheels missing. Not having const implemented is a major mistake - you lose all of the type checking ability (sorry, doing a #define of const to an empty comment does not solve this problem). I couldn't care less if Think C scored higher on some test - if it doesn't have const, it just ain't ANSI. Andy Shebanow Developer Technical Support Apple Computer Disclaimer: these opionions are mine and mine alone, and do not reflect on Apple Computer, etc etc etc.