Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Bad things about C++

Name: Anonymous 2007-02-09 4:03

Since the python thread was a smashing success, it's only logical to have a C++ equivalent. So list the bad things about C++. Constructive thread, please. I will get the ball rolling:

 * Segment faults.
 * Broken standard library.
 * One word, the forced indentation of code. Thread over.
 * Broken templates.

Name: Anonymous 2007-08-12 15:54 ID:UlMyzED8

>>90
It depends on what you 'grew up' with.  I personally hate the hand holding of languages like JAVA with regards to garbage collection and base types.  Also shit like bounds protection really irks me, since it's adding extra overhead for no real gain.  You may argue that this saves you from missed problems, but in a real development situation your code should always be peer reviewed to avoid basic problems like this, instead of relying on the implementation to save your ass.  The overhead inherit in loading every freakin type, collecting garbage, and dynamic bounds checking is completely unacceptable for many applications.

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