Linked by Eugenia Loli-Queru on Sun 16th Apr 2006 19:56 UTC
Thread beginning with comment 115472
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-10-02
C++ is a fine application language. So is Object Pascal and C#, and several other languages.
The problem with C++ (and C) is the amount of traps which can easily result in bad code, with equally bad consequences. Sloppy code practices do not have the same large consequences with Java, C# and Object Pascal. And that's the main difference.
C++ is well suited for applications, but puts much more responsibility on the programmer than does Java and C#.