gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ equivalent to spaghetti code


From: James Kanze
Subject: Re: C++ equivalent to spaghetti code
Date: Sun, 20 Jul 2008 12:59:44 -0700 (PDT)
User-agent: G2/1.0

On Jul 20, 10:50 am, "Alf P. Steinbach" <al...@start.no> wrote:
> * James Kanze:
> > C was never really a good general purpose language.  It was
> > never used (nor even usable) in commercial software, for
> > example.

> I'm not sure that statement is valid.

> It would be very surprising, to say the least, if no or just a
> very few commercial applications were written in C.

There are certainly a few.  Way back when, however, the X/Open
group proposed standardizing a form of Cobol (under Unix!)
because C was felt to be unusable for business applications.

At least certain types of business applications require some
sort of decimal type.  If the language doesn't have it built in
(as Cobol and PL-1 did), and it doesn't have operator
overloading, expressions quickly become unreadable.  For those
applications, at least, if the language doesn't have a built-in
decimal type, and it doesn't have operator overloading, then
it's really unusable for those applications (although you'll
doubtlessly find some masocists doing it).

--
James Kanze (GABI Software)             email:james.kanze@gmail.com
Conseils en informatique orientée objet/
                   Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34


reply via email to

[Prev in Thread] Current Thread [Next in Thread]