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-04 14:17

>>130
Arguably yes, but not much. It still hasn't a proper module system.
It's hard to invent passable package/module system. The only scalable way to do decomposition is to use closures for everything. But JS already uses hashtables, which could pass as poor-man's closures.

Anyway, one should try implementing closures all they way from process message passing level, instead of using this silly "protected mode" crud, which wastes resources.

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