home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!metro!extro.ucc.su.OZ.AU!maxtal
- From: maxtal@extro.ucc.su.OZ.AU (John MAX Skaller)
- Subject: Re: Criticisms Wanted
- Message-ID: <1992Nov19.173305.25084@ucc.su.OZ.AU>
- Sender: news@ucc.su.OZ.AU
- Nntp-Posting-Host: extro.ucc.su.oz.au
- Organization: MAXTAL P/L C/- University Computing Centre, Sydney
- References: <BxGu0p.D3o@slipknot.rain.com> <1992Nov10.212718.2852@taumet.com> <1992Nov13.053142.1218@BofA.com>
- Date: Thu, 19 Nov 1992 17:33:05 GMT
- Lines: 24
-
- In article <1992Nov13.053142.1218@BofA.com> dan@BofA.com (Dan Brockman) writes:
- >
- >IMHO C++ is just one more modular language in this respect, sales pitches
- >notwithstanding. FORTRAN made "software components" realizable in the 50's.
- >
-
- Subroutine libraries are not in the same 'class' as class libraries.
- C++ is at leat one ( I reckon 2 ) orders of magnitude 'better' than
- Fortran. Although classes can have bugs, once these are iron out
- the compiler does a good job of ensuring you cannot *misuse* the class
- as easily as you can incorrectly sequence a series of function calls
- or mix up the parameters.
-
- Compare even C strings (you can have all the functions you
- want but as far as Ican see you are always writing assembler) with
- C++ strings (with constructors and destructors to automate
- storage management).
-
-
- --
- ;----------------------------------------------------------------------
- JOHN (MAX) SKALLER, maxtal@extro.ucc.su.oz.au
- Maxtal Pty Ltd, 6 MacKay St ASHFIELD, NSW 2131, AUSTRALIA
- ;--------------- SCIENTIFIC AND ENGINEERING SOFTWARE ------------------
-