Xref: utzoo comp.sys.mac.programmer:22752 comp.lang.c++:12293 comp.lang.objective-c:199 comp.std.c++:747 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!ml27192 From: ml27192@uxa.cso.uiuc.edu (Mark Lanett) Newsgroups: comp.sys.mac.programmer,comp.lang.c++,comp.lang.objective-c,comp.std.c++ Subject: Re: C++ and Objective C for the Mac Message-ID: <1991Mar18.012545.10355@ux1.cso.uiuc.edu> Date: 18 Mar 91 01:25:45 GMT References: <1991Mar17.215614.29244@eng.umd.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 20 darwish@eng.umd.edu (Mazen Mokhtar) writes: > I would like to know the names of Objective C and C++ compilers available >for the Mac. I am interested in both languages. I'm not aware of any Objective-C compiler for the Mac. There's the one that ships with the NeXT OS and one from Stepstone (which I believe is for PCs). The only C++ compiler for the Mac is from Apple and requires the MPW environ- ment, although Zortech's C++ compiler is coming out soon also (and also for MPW; again, rumours suggest Zortech has plans for a high-end setup like it has in the PC world). Symantec has a compiler which has object-oriented extensions but it is _not_ C++. "THINK" C lacks constructors/destructors, operator and function overloading, etc. It has the three basics for OOD: encapsulation, inheritance, and polymorphism. Members are automatically virtual. It's much less expensive than an MPW setup, and a much faster compiler. -- //----------------------------------------------------------------------------- Mark Lanett ml27192@uxa.cs.uiuc.edu