ISO C++ committee's [web site][1].

Bjarne Stroustrup's [web site][2]. (See also his [article (pdf)][3] in C++ User's Journal)

The [wikipedia article][4] is very comprehensive.

The GCC C++ compiler has [experimental support for C++0x][5], with the `-std=c++0x` compiler switch.


  [1]: http://www.open-std.org/jtc1/sc22/wg21/
  [2]: http://www.research.att.com/~bs
  [3]: http://www.research.att.com/~bs/rules.pdf
  [4]: http://en.wikipedia.org/wiki/C%2B%2B0x
  [5]: http://gcc.gnu.org/projects/cxx0x.html