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 2005-01-01 22:40

>>7

Not really.  It would just be a new revision of the language or a fork of it.  I hear that C99 brings a lot of C++ improvments into C, I haven't bothered to look at it though.  Maybe overloading is part of it?

Polymorphism and inheritance, etc maybe overrated an not needed for small projects, but large projects with a lot of people working on them can benefit from those types of things.

One thing that I will say though.  As much as people talk about iostream being broken, the few times I've tried to read in character arrays from files using stdio.h, and then I try to strcpy the strings elsewhere all I get a segfaults.

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