home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 17823 < prev    next >
Encoding:
Text File  |  1992-12-11  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!ornl!utkcs2!emory!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!lhc!lhc!warsaw
  3. From: warsaw@nlm.nih.gov (Barry A. Warsaw)
  4. Subject: Re: Give me safe C++
  5. In-Reply-To: feathers@serss0's message of Fri, 11 Dec 1992 01:41:38 GMT
  6. Message-ID: <WARSAW.92Dec11124441@anthem.nlm.nih.gov>
  7. Lines: 14
  8. Sender: news@nlm.nih.gov
  9. Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
  10. Organization: Century Computing, Inc.
  11. References: <1992Dec07.193214.13720@microsoft.com> <Byxv1o.4nB@fiu.edu>
  12.     <9234501.15945@mulga.cs.mu.OZ.AU> <Bz2nDF.7B6@fiu.edu>
  13. Date: 11 Dec 92 17:44:41 GMT
  14.  
  15.  
  16. >>>>> "Michael" == Michael Feathers <feathers@serss0> writes:
  17.  
  18.     Michael> The Ada people had the best of intentions, I'm sure, but
  19.     Michael> I think that C and C++ are versatile languages precisely
  20.     Michael> because no one ever tried to limit their functionality
  21.     Michael> with good intentions.
  22.  
  23. Agreed. IMHO, the real power of C++ as a development language is the
  24. ability to easily climb up and down the abstraction ladder depending
  25. on the context of the problem.  Sometimes you need to mingle with the
  26. bits in the basement, sometimes you just need ADTs and sometimes you
  27. really want to do OOP.  The beauty of C++ is that it seamlessly
  28. supports many levels of abstraction.
  29.