Is there going to be a new version of C++ and when?
The C++0x is the unofficial name for the new C++ Standard which is intended to replace C++03 standard (published in 2003). The final draft of the international standard is due in March of 2011. However this does not mean you will be able to use the new features straight away as the standards will have to be implemented by compilers and the completeness of these implementations will vary.
You can find a draft of the new standard here:
However you can use the Technical Release 1 libraries which include a fair deal of functionality that will appear in the new standard which you can find here:
If you are looking for the status of the C++ox implementation in GCC (which is a free compiler) see this link:
Here is a link to a really detailed FAQ that provides a lot of additional information: