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: Christy McJesus !DcbLlAZi7U 2005-01-14 6:30

>>33
Damn I was just about to suggest that.

C++ as a whole is a kludge because the designers insisted on backward compatibility with C.

D takes a much more logical approach, learning from the sensible syntax of Java without sacrificing the ability to program in a procedural style when desirable and even drop into assembly when necessary. This makes it suitable for everything from device drivers to enterprise scale applications.

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