Linked by Amjith Ramanujam on Wed 20th Aug 2008 19:37 UTC
General Development DevX interviewed Bjarne Stroustrup about C++0x, the new C++ standard that is due in 2009. Bjarne Stroustrup has classified the new features into three categories Concurrency, Libraries and Language. The changes introduced in the Concurrency makes C++ more standardized and easy to use on multi-core processors. It is good to see that some of the commonly used libraries are becoming standard (eg: unordered_maps and regex).
Permalink for comment 327486
To read all comments associated with this story, please click here.
RE[3]: what is C++ best for?
by RandomGuy on Wed 20th Aug 2008 23:38 UTC in reply to "RE[2]: what is C++ best for?"
RandomGuy
Member since:
2006-07-30

There's no operator overloading in C so you'd have to write something like
a=add_vector(b, mul_float_vector(c, d));
which is a lot less readable.

Reply Parent Bookmark Score: 4