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: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-03-03 10:05

It shouldn't be too hard to write a preprocessor that automatically pulls the method bodies out and prepends the correct declaration to them, so you can keep everything of the class together like with Java (one of the few good things about Java...) but still not create inline member functions.

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