From C++ 03 to C++ 11

Hi!. I have been studying C++ 03 for around a year. Now I want to see with what C++ 11 is better than C++ 03. I know there will be C++ 14 but it is not finished yet. Can you tell me from where can I see all different things between C++ 03 and C++ 11?
Greetings,
Snaksa
Thanks for the reply. I saw that there is information in Wikipedia but I didn't know if it is correct, because sometimes the information in Wikipedia is not very true :)
If you're ever concerned about the legitimacy of information in a wiki article, you can check the references yourself or go through the edit history to see if someone made a malicious edit.
That wikipedia page is actually of decent quality (especially compared to many other Wikipedia pages on C++ topics). If you want a very condensed summary, there's one on http://en.cppreference.com/w/cpp/language/history (it's helpful in providing the links to the defect reports that were fixed)
Thanks :)
Topic archived. No new replies allowed.