Re: As a programmer of both languages...



jacob navia wrote:


The difference between C and C++ is the object orientation of C++. C is
not object oriented.

Are you really dense, or just being obtuse? As you have been told many
times before, C++ is a multi paradigm language. You can *choose* to
write OO or procedural code in C++.

--
Ian Collins.
.



Relevant Pages