Heard of C++0x?

I was quite surprised when I came across an article on C++0x. I thought it was another language much like Microsoft’s F#. Anyway was I mistaken. Quoting from the one and only Stroustrup (emphasis mine)

In this article, I examine the main principle we use to guide the development of C++0x, the next version of the C++ Standard.

C++0x will be almost 100-percent compatible with the existing Standard C++. Your existing code will, with a very high probability, be C++0x conforming if it was compliant with C++98, the existing Standard.

If you are a C++ developer, you really should read the article.

Technorati tags:  ,  ,  

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.