People that think C++ is bloated and complex are just fucking morons.
Oooo, you find it a little harder than the other languages?
Why don't you go back to school, or better yet, never ever program again you fucking cuntface. I will kick you in the labia majora fuckdick.
>>18
Excuse me for interrupting, but the prestigious XNU's Not Unix kernel is rife with Sepples. For example, extensions are implemented primarily by deriving from internal classes.
Name:
Anonymous2008-05-12 12:19
>>19
I expect he meant the Linux kernel, and the reason is that Linus doesn't know how to use C++ effectively.
Name:
Anonymous2008-05-12 13:18
>>23
No one does. They just pretend that they do and write books about it to rip off gullible idiots.
Name:
Anonymous2008-05-12 14:49
>>22 Features of C++ that are not allowed in this subset include:
exceptions
multiple inheritance
templates
RTTI (run-time type information), although I/O Kit has its own run-time typing system
At least they've realized that the only way to make C++ usable is to take the C++ out of it.
>>17
C++ isn't so much bloated as lacking everything good. And it's pretty complex, by dint of mixing stuff inherited from C with poorly designed new stuff and having nonsensical rules for what is valid where. People who don't see this are morons.
>>31
Truly, you complete each other in your failures.
Name:
Anonymous2008-05-13 8:06
>>30
Metaprogramming in a Turing tar pit with horrible syntax is not what I would call ``very good''.
Name:
Anonymous2008-05-13 11:24
>>34
So now C++ has simplified to the greatest extent both the syntax and the semantics of the language?
Name:
Anonymous2008-05-13 13:17
C++ is Ada done wrong.
Name:
Anonymous2008-05-13 13:24
Sepples is C plus additional functionality, but it's like the features were thrown into a bag: sure, once you know what's there you can use it efficiently, but it takes a long time to learn what's inside and try to get what you want at right time.
Name:
Anonymous2008-05-13 14:31
What C++ really lacks is a good standard library. That's why ENTERPRISE became so popular.
Name:
Anonymous2008-05-13 18:05
C99 is sepples minus all the butthurt OO and template metaprogramming shit plus some features that are actually useful.