what is the exceptional quality of C++

Jan 25, 2010 at 2:51pm
Is it the free structured or object oriented programming criteria or anything else
Jan 25, 2010 at 3:57pm
damn these lame questions.... no offense.


But, i guess i would have to put it like this, Google it!
Jan 25, 2010 at 3:58pm
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/
Jan 25, 2010 at 5:33pm
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
Jan 25, 2010 at 6:58pm
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.