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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10fec3,ef0074ec236ba6e3 X-Google-Attributes: gid10fec3,public X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 108a70,ef0074ec236ba6e3 X-Google-Attributes: gid108a70,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 111308,ef0074ec236ba6e3 X-Google-Attributes: gid111308,public X-Google-ArrivalTime: 1994-11-17 17:28:56 PST Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object,comp.databases.sybase,comp.databases.oracle,comp.client-server From: Doug@rippleco.demon.co.uk (Doug Robertson) Path: nntp.gmd.de!xlink.net!sol.ctr.columbia.edu!howland.reston.ans.net!pipex!demon!rippleco.demon.co.uk!Doug Subject: Re: Why don't large companies use Ada? Distribution: world References: <3aamuc$14l@matrix.fwi.uva.nl> Organization: Myorganisation Reply-To: Doug@rippleco.demon.co.uk X-Newsreader: Demon Internet Simple News v1.29 Date: Thu, 17 Nov 1994 20:39:27 +0000 Message-ID: <785104767snz@rippleco.demon.co.uk> Sender: usenet@demon.co.uk Xref: nntp.gmd.de comp.lang.ada:16768 comp.lang.c:68849 comp.programming:12865 comp.lang.c++:79271 comp.object:17478 comp.databases.sybase:13086 comp.databases.oracle:22338 comp.client-server:6885 Date: 1994-11-17T20:39:27+00:00 List-Id: In article <3aamuc$14l@matrix.fwi.uva.nl> mdekker@fwi.uva.nl "Martijn Dekker" writes: > emery@goldfinger.mitre.org (David Emery) wrote: > > :>Ada developers are rare. C/C++ developers are all over the place. > : > :It's a big mistake to equate C and C++ programmers. There's a > :Thus a lot of alleged C++ is nothing more than bad C with 'OOP-sugar' > :sprinkled over the code. > : > : dave > > Couldn't have said it better! Most C++ programs I have seen, use C++ as > nothing more than a convenient preprocessor of C. The ideas of OOP are > not found in those programs. > > But, of course, there are people who understand the concept of OOP and > seem to be able to program in an 'OOP-style' using C++. > I an not sure I understand what Object Oriented Programming is all about, > but I one very happy C programmer. > > Martijn Dekker | PFF - software: coding for Atari and X machines > I'm not sure I'm clear on OOP - but I *THINK* I've now managed to migrate from being a C programmer to at least a semi-C++ one. I've read several OOP/OOD books - but I'm still not sure that I'm clear on exactly what OO C++ *IS*. Could some kindly soul direct me towards some GOOD examples of ^^^^ OO C++ application source code ? Object Orientation is one of those things where almost everyone seems to be able to identify what isn't, but few people seem to be able to identify what is. -- Doug Robertson