Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!ml27192 From: ml27192@uxa.cso.uiuc.edu (Mark Lanett) Newsgroups: comp.sys.mac.programmer Subject: Re: C++ For the Macintosh?? Keywords: C++, Mac Message-ID: <1991May10.010213.13563@ux1.cso.uiuc.edu> Date: 10 May 91 01:02:13 GMT References: <1991May9.233105.16007@ccu.umanitoba.ca> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 27 umduddr0@ccu.umanitoba.ca (Brendan Duddridge) writes: >Is there a C++ compile for the Mac? I think there is an MPW version, but does >anyone know if there is something like "Turbo C++" on the IBM for the Mac? > >Does Think C 4.0 support C++ extensions? >Also, are all these versions of C++ compatible with each other? >Thanxx... Yes, there's MPW C++. It has a few extensions -- basic objects that support pascal objects, are optimized for single-inheritance, etc. Zortech C++ (also for MPW) has the same extensions, since they're needed for MacApp. Think C (a.k.a. Think C+-) is a port of Object Pascal to C. As such, it's puzzling as to why it doesn't support MacApp. However, it doesn't. Also, its syntax is not quite the same (the New operator is a function, 'virtual' not required, etc.) >Brendan Duddridge >Winnipeg, Manitoba >Canada -- //----------------------------------------------------------------------------- Mark Lanett ml27192@uxa.cs.uiuc.edu Software Tools Group, NCSA mlanett@ncsa.uiuc.edu