Re: As a programmer of both languages...
- From: jacob navia <jacob@xxxxxxxxxx>
- Date: Tue, 11 Dec 2007 21:12:58 +0100
Ian Collins wrote:
jacob navia wrote:
The difference between C and C++ is the object orientation of C++. C isAre you really dense, or just being obtuse? As you have been told many
not object oriented.
times before, C++ is a multi paradigm language. You can *choose* to
write OO or procedural code in C++.
Yes, and you can choose to write in C using a C++ compiler and
framework. Does that mean that C++ is C???
C++ was defined during the 90ties as THE object oriented language.
Now, that the hype as gone and people start realizing that this wasn't
the silver bullet after all, C++ will be sold as a "multi paradigm"
language.
But the basic machinery: constructors/destructors/classes/methods
is still there. I do not understand why this fads must be followed:
it was conceived as an OO language and it was marketed as an OO language
for around 10 years.
Now they start marketing it as "Multi paradigm". this is handy yes,
but the facts are stubborn.
You can't program in C++ without using classes. Even if you define
a simple structure it is actually a class.
Of course you can write a hello world program without them but explain
me how do you ignore classes in C++?
I think it would be quite hard.
Multi paradigm?
Maybe, who knows what buzzword will be invented in the future, but
the fact is that without classes you just can't do anything at all in
C++.
Or... I am just "dense" and fail to grasp the obvious :-)
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.
- Follow-Ups:
- Re: As a programmer of both languages...
- From: Ian Collins
- Re: As a programmer of both languages...
- References:
- As a programmer of both languages...
- From: Tomás Ó hÉilidhe
- Re: As a programmer of both languages...
- From: jacob navia
- Re: As a programmer of both languages...
- From: Ian Collins
- As a programmer of both languages...
- Prev by Date: Re: Structure size directives
- Next by Date: Re: As a programmer of both languages...
- Previous by thread: Re: As a programmer of both languages...
- Next by thread: Re: As a programmer of both languages...
- Index(es):
Relevant Pages
|