From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dff4194107a3f277 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-28 19:58:22 PST Path: swrinde!pipex!uunet!gwu.edu!gwu.edu!not-for-mail From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: C/C++ does not exist! Date: 28 Jan 1995 22:42:38 -0500 Organization: George Washington University Message-ID: <3gf2re$h70@felix.seas.gwu.edu> References: <3g8s8eINNclv@marble.summit.novell.com> <3gbm51$glp@osfa.aber.ac.uk> NNTP-Posting-Host: 128.164.9.3 Date: 1995-01-28T22:42:38-05:00 List-Id: In article <3gbm51$glp@osfa.aber.ac.uk>, wrote: >Perhaps jls means to say that C++ is perhaps being used more as a "better C" >than as a way of fully adopting the OO paradigm. I personally believe that >a good OO programmer/designer (yes, the roles are blurred by an iterative >development cycle) will have learnt to look at objects, messages and >polymorphism first, and structs and pointers second. With all due respect to Bjarne, I've seen a fair amount of blurriness too. There's a good deal of C out there that's just being compiled by C++ compilers, either because those users don;t know, or would like to hide, that they are not _really_ doing C++. Some of this is, I'm sure, an education problem, but not all. Mike Feldman