Thursday, April 9, 2015

What is the difference between C++98 and C++11?

Will be covered in detail in saperate section.


Note that the C++ language will remain stable because compatibility is always a major concern. The committee tries hard not to break your (standard conforming) code. Except for some corner cases you’re unlikely to notice, all valid C++98 code is valid C++11 and C++14 code.

No comments:

Post a Comment