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 2005-01-06 21:11

I personally miss the "abstract" keyword.  What is void foo() = 0 supposed to mean?  You aren't allowed to initialize anything else in the class files...

Also, it appears impossible to override the operator<< for an inner class without defining it in the class definition.  That's just plain weird.

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