Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!kayak.cis.ohio-state.edu!hall From: hall@kayak.cis.ohio-state.edu (john hall) Newsgroups: comp.lang.c++ Subject: Re: Should C++ follow C's footsteps? Message-ID: <36818@tut.cis.ohio-state.edu> Date: 23 Feb 89 19:27:43 GMT References: <4800051@m.cs.uiuc.edu> <8902@alice.UUCP> <2438@crete.cs.glasgow.ac.uk> Sender: news@tut.cis.ohio-state.edu Reply-To: john hall Organization: Ohio State University Computer and Information Science Lines: 20 In article <2438@crete.cs.glasgow.ac.uk> orr%cs.glasgow.ac.uk@nss.cs.ucl.ac.uk (Fraser Orr) writes: >1) I think most people would agree that a great deal of it is pretty >crummy (do I presume to much? does anyone actually like the "for" loop >syntax?) I like the C syntax, including the "for" syntax. What I can't stand is Pascal syntax -> begin/end's drive me nuts. My main attraction to C++ is that it has a C subset. The extentions are all very natural, and intuitively obvious to a good C programmer. C++ is the better language. ( Better than C, Pascal, Modula 2, Ada, or any of those other sissy pinko languages :-). At least for what I use it for. I do agree that most people new to C++ write C programs in C++, but remember that OOP is a different way of THINKING about problems. It takes a while to get used to.