what is the exceptional quality of C++

Is it the free structured or object oriented programming criteria or anything else
damn these lame questions.... no offense.


But, i guess i would have to put it like this, Google it!
It's the combination of OO and structured, plus the sheer platform customization with APIs, plus the high portability of code.
And probably some other stuff.
I second brokenbot. Google first/
IMHO, it's the fact that C++ code is compiled for a specific hardware platform making it run inherently faster and more efficiently (since it doesn't require a runtime engine) but at the expense of portability.

Check out Chapter 1 of this for more info:

http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
I always thought that type safety and the ability to model user defined types (rather than just objects) was something special.
Topic archived. No new replies allowed.