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

Random things that piss you off about C++

Name: Anonymous 2004-12-31 9:02

I hate how function declarations and function definitions usually don't look the same. For example

Declaration:
virtual void doShit()

Definition:
void MyNamespace::MyClass::doShit()

Name: Anonymous 2010-10-03 19:19

>>75
If NULL is defined as ((void*)0) like in C, doesn't work in Sepples as void* can't be implicitly converted to other pointer types. Nowadays any decent implementation has it as defined as 0, though. And 0x is getting nullptr so all's good.

>>78
Or you could just mouseover mutate.

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