C++ 0x

May 19, 2009 at 4:23pm
closed account (S6k9GNh0)
Anyone know any good articles on this? If not could you explain to me what is being added / fixed / taken out?
May 19, 2009 at 4:42pm
Wikipedia has a huge article on this: http://en.wikipedia.org/wiki/C%2B%2B0x
You can check the standards committee stuff for the most updated information: http://www.open-std.org/jtc1/sc22/wg21/
If you want a compiler which already supports some of the C++0x feature try g++4.4 : http://gcc.gnu.org/gcc-4.4/cxx0x_status.html
May 19, 2009 at 5:15pm
closed account (z05DSL3A)
also: http://www.research.att.com/~bs/C++0xFAQ.html
Topic archived. No new replies allowed.