Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!ucsd!sdcsvax!celece!fellman From: fellman@celece.ucsd.edu (Ronald Fellman) Newsgroups: comp.sys.next Subject: g++ vs. Obj. C (was Re: Port of g++) Message-ID: <7647@sdcsvax.UCSD.Edu> Date: 1 Jan 90 17:29:16 GMT References: <3897@orion.cf.uci.edu> <246300081@uxa.cso.uiuc.edu> <213@toaster.SFSU.EDU> Sender: nobody@sdcsvax.UCSD.Edu Reply-To: rfellman@ucsd.edu (Ronald Fellman) Organization: UCSD Dept. of ECE Lines: 12 C'mon. We don't need a g++ vs. Obj.-C war here. After extensive experience with both, I feel that there are perfectly valid reasons for wanting BOTH. Each has its own strengths and infact can complement each other. g++ has operator overloading, looks more like C, and has less overhead. For the same reason that the efficiency is higher, its object-oriented features are less extensive. I would use g++ for writing a low-level behavioral or logic simulator but would use Obj.-C for NeXT gui programs. -ron fellman (rfellman@ucsd.edu)