>>1
There is just so much wrong with that post, that I am forced to conclude you are either brain-damaged or a very unsubtle troll that needs to learn some restraint.
I know how to use C++ as I've been working on C++ code for nearly 20 years. I can tell you that C++'s advanced features are not worth the effort in this day and age of many programming languages. I'm talking specifically about template metaprogramming.
Name:
Anonymous2009-08-10 12:04
>>3
The balance is all wrong and blatant trolling requires length to make a real impact.
Name:
Anonymous2009-08-10 12:07
Familiarity breeds contempt in most cases, but not with computer languages. You have to become an expert with a better language before you can start to have contempt for the one you're most familiar with.
Personally I dislike C++ because it just feels like C that someone's tried to stick classes (and the various odds and ends that come with classes, such as inheritance) on. It doesn't know exactly what it is.
This may be in part due to the fact that it is C with classes tacked on.