According to the latest news, the iso c ++ Committee has approved the final draft C ++ 0x. The latest C ++ standard will be released in the summer. The new standard named C ++ 0x is called C ++ 2011.
Disadvantage: concepts cannot afford to miss a rare opportunity to upgrade the template; typeof cannot implement but comes with a cheap alternative to decltype; it does not solve the fundamental problem (out-of-bounds) in memory processing ); exception Handling has almost no improvement.
Highlights: the auto keyword simplifies template programming; has standard threads and locks; strong enumeration; some syntactic sugar borrowed from other languages; put some things that are already fact standards into standards.
Conclusion: This is an improvement and upgrade to the C ++ language, but it is not revolutionary. If you are a C ++ProgramIn the future, this new standard will be worth your use. But do not expect C ++ to be as simple as C.