10:36 PM
on Wednesday, July 06, 2005
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: C++0x, Stroustrup, C++
Link to this ||