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 2013-03-05 14:47

>>138
The latter. Also, only document the most basic usage of your API, with tutorials. For all the rest, the source is the documentation.

See: any fucking Ruby Gem.

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