Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why C++ is better than C

Name: Anonymous 2012-11-08 23:31

Besides the obvious list of features, in my opinion the real answer is that there's no good reason to still use C instead of C++. Even if you don't use OOP, you can use it as a better C. Even if you use just once a unique feature of C++ in your program, C++ is already a winner.

On the other hand, there's no disadvantage in using C++: it retains the performance goals of C and it is a quite low level language, while allowing very powerful things. And you will not miss any C feature using C++!

And don't forget the wide user base and the rich libraries and frameworks available.

By the way, C99 has added some interesting features but after a decade there's still very limited compiler support (so you are bound to ANSI C). In the meantime C++ evolved as well and the compiler vendors are committed to providing conforming implementations.

Name: Anonymous 2012-11-09 14:20

>>10
A fad? C++ gives you automatic memory management (RIAA) in a way that actually makes sense and is usable for real world scalable turkey solutions. If you think that's what ``fad'' means, I cannot help you.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List