Xref: utzoo comp.object:93 comp.sys.next:3486 comp.lang.c++:4970 gnu.g++:426 Path: utzoo!attcan!uunet!ginosko!usc!henry.jpl.nasa.gov!elroy.jpl.nasa.gov!gryphon!sarima From: sarima@gryphon.COM (Stan Friesen) Newsgroups: comp.object,comp.sys.next,comp.lang.c++,gnu.g++ Subject: Re: Help choosing OO C Message-ID: <20717@gryphon.COM> Date: 8 Oct 89 16:02:44 GMT References: <72713@linus.UUCP> Reply-To: sarima@gryphon.COM (Stan Friesen) Organization: Trailing Edge Technology, Redondo Beach, CA Lines: 19 In article <72713@linus.UUCP> walters@community-chest.mitre.org (Chris Walters) writes: > >Our group is trying to decide which object oriented version of C to >use for project development on our NeXT workstations. > >It is not clear to us whether we should be using Objective-C or GNU >g++. Can someone give a quick summary of the various features of >each, and any advantages/disadvantages of choosing one over the other? > Niether, use a real C++ compiler, perhaps even get the ATT cfront source code. C++ (including g++) produces much more efficient code than Objective-C. And if you intend to ever sell your application you really do not want to deal with the confusing g++ copyleft stuff. (The efficiency of C++ is important in graphics applications, which are compute intensive to begin with) -- Sarima Cardolandion sarima@gryphon.CTS.COM aka Stanley Friesen rutgers!marque!gryphon!sarima Sherman Oaks, CA