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 2011-01-17 9:11

>>101
Even *if* you try to implement a compiled PL, you still have no reason to care about pointer size, if you use a good backend (such as LLVM). If the backend forces you to care about pointersize, the backend is bullshit, and you should switch.

If you implement an interpreted PL, you most likely never have a reason to care about pointer size.

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