Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!sun-barr!cs.utexas.edu!uunet!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.sys.mac.programmer Subject: Re: Object Oriented C for the Mac Message-ID: <20758@cup.portal.com> Date: 26 Jul 89 05:56:00 GMT References: <44053@tiger.oxy.edu> <227700016@uxa.cso.uiuc.edu> Organization: The Portal System (TM) Lines: 10 < Object oriented C can be one of two things. < 1> objective C, which is a preprocessor, therefore effectively run-of-the-mill < C with some standard routines to do object oriented programming. < 2> C++ which is an extension to c and therefore not normal C. C++ is often ( most of the time? ) implemented as a preprocessor, so therefore, according to the above, is effectively run-of-the-mill C. Tim Smith