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

Why is C++...

Name: Anonymous 2011-12-07 12:06

...so bad? Why does it have such a bad reputation?

I'm an experienced C++ programmer and, while the language has warts, I can't understand the reason for the enormous amount of criticism against the language.

I'd like to hear the honest opinions of /prog/rammers in this regard.

Name: Anonymous 2011-12-18 3:36

>>250
#define INC_REF(p) ((p) && ((struct refc*)(p))->count++)
#define DEC_REF(p) ((p) && (--(((struct refc*)(p))->count)) == 0 && ((struct ref*)(p))->destructor(p))

This way they're expressions instead of statements.

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