Path: utzoo!attcan!uunet!decwrl!claris!apple!well!oster From: oster@well.sf.ca.us (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: Think C 4.0 vs Think C 3.0 Message-ID: <21347@well.sf.ca.us> Date: 25 Oct 90 03:13:06 GMT References: Distribution: comp Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 15 In article twl@cs.brown.edu (Ted "Theodore" W. Leung) writes: >Can someone tell me what >the major differences between version 3 and version 4 are? Think C 4 adds compiler support for a single-inheritance subset of C++. If you use the appropriate compatibility .h file, and stay away from unsupported features of C++ (operator overloading, inline functions) you can write programs that are really object oriented (have inheritance, and polymorphic procedures) in THINKC4 and compile them under a standard C++ compiler. Think C 4 also includes a large class library and much useful source code including the source for a complete paint program with floating palette windows. -- -- David Phillip Oster - Note new signature. Old one has gone Bye Bye. -- oster@well.sf.ca.us = {backbone}!well!oster