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

whats wrong with c++?

Name: Anonymous 2012-06-14 4:55

it has namespaces, better standard libraries, a plethora of modern conveniences, and all of c's functionality.

if you don't like objects don't use them

if you want to feel like a programming badass and do everything low level then learn assembly

Name: Anonymous 2012-06-15 13:50

>>60
>You're never going to do real OO with C structs and function pointers

Anyone who has done real OO knows that OO isn't about classes, methods, overloading and code re-usability. It is more about event/message/intention-driven and distributed computing. And yes, you can write OO in code with just C structs and function pointers, only it might be a pain. On the other hand you can also write OO code in C++ and NOT using about 75% of functionality C++ offers, like templating.

OO is a way of thinking. The language is a just tool.

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