home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18994 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.3 KB

  1. Xref: sparky comp.lang.c++:18994 comp.object:4758
  2. Path: sparky!uunet!mcsun!uknet!glasgow!unix.brighton.ac.uk!je
  3. From: je@unix.brighton.ac.uk (John English)
  4. Newsgroups: comp.lang.c++,comp.object
  5. Subject: Re: Pros and cons of C++
  6. Message-ID: <1993Jan12.095430.26044@unix.brighton.ac.uk>
  7. Date: 12 Jan 93 09:54:30 GMT
  8. References: <1993Jan11.204308.24171@porthos.cc.bellcore.com>
  9. Organization: University of Brighton, UK
  10. Lines: 17
  11.  
  12. ccw@prefect.cc.bellcore.com (wood,christopher) writes:
  13. : ANSI function parameters, and parameter type checking are valuable. 
  14. : And declarations within a block, not just at the beginning, and
  15. : assignment declarations (e.g. int count = 0;) are also an improvement
  16. : over plain C.  And I like function name overloading and user-defined
  17. : operators.
  18.  
  19. Umm... parameter type checking (i.e. function prototypes) are in ANSI C,
  20. and "assignment declaration" has always been in C.
  21. -- 
  22. -------------------------------------------------------------------------------
  23. John English            | Fudd's first law of opposition:
  24. Dept. of Computing        |    If you push something hard enough, it
  25. University of Brighton        |    *will* fall over.
  26. E-mail: je@unix.brighton.ac.uk    | Testlicle's deviant to Fudd's law:
  27. Fax:    0273 642405        |    What goes in, must come out.
  28. -------------------------------------------------------------------------------
  29.