home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12609 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.3 KB

  1. Path: sparky!uunet!iphasew!igor!thor!rmartin
  2. From: rmartin@thor.Rational.COM (Bob Martin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++, how easy it to learn
  5. Message-ID: <rmartin.714277301@thor>
  6. Date: 20 Aug 92 02:21:41 GMT
  7. References: <1992Aug19.155502.24438@vela.acs.oakland.edu>
  8. Sender: news@Rational.COM
  9. Lines: 20
  10.  
  11. jmwojtal@vela.acs.oakland.edu (Wojo) writes:
  12.  
  13. >Our company is thinking of getting C++ for our DecWindows.  Can anyone give me
  14. >some comments on how well it works, and especially how easy (or difficult) it
  15. >is to learn it.  If we do get it, would take weeks to figure how it works?
  16.  
  17. C++ is a reasonably difficult language to learn.  It has a lot of
  18. features, and some very interesting quirks.  However, making effective
  19. use of C++ is not simply a matter of learning the syntax and semantics
  20. of the language.  It is just as important (if not more important) to
  21. learn the concepts and practice of Object Oriented Design (OOD) and
  22. Object Oriented Analysis.  Without this knowledge, C++ is little
  23. better than C with strong types.
  24.  
  25.  
  26. --
  27. Robert Martin                        Training courses offered in:
  28. R. C. M. Consulting                       Object Oriented Analysis
  29. 2080 Cranbrook Rd.                        Object Oriented Design
  30. Green Oaks, Il 60048 (708) 918-1004       C++
  31.