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

On C and Its Incrementive Form

Name: Anonymous 2009-11-27 13:16

SEPPLES programmer here. I hate object oriented programming. I never use any of the object features of C++ in my code. Would I be better off switching to C? What else am I missing out on?

Name: Anonymous 2009-11-27 22:02

I'm not >>2, but
C advantages:
- don't have to cast void *
- no name mangling by default (in C++ you might have to wrap some headers with extern "C")
- simper to learn whole language
C++ without objects advantages:
- some libraries like STL? (these might count as objects though...)

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