How to keep up with the latest c++ updates?

What sites can i use to stay updated with the latest c++ standards and news? for example there are new stuff being added to C++ all the time i don't know what they are and where to find them. New standards and things like c++11 what's a good site that consolidates all the updates so i can read about them?
http://isocpp.org/ has good articles and constantly updates. You can use any reference site as this one or http://en.cppreference.com/w/ to check what already implemented in standard. Also check wikipedia, it has basic overview of features adden in particular laguage revision.
how do i use this site to check what's new with c++?
If you want to check standard library features that is already implemented, check reference section. If you want to know about incoming updates, I suggest you to frequent isocpp.org and http://meetingcpp.com/.
Here is what is expected from C++14: http://meetingcpp.com/index.php/br/items/looking-at-c14.html
I learned a lot about C++11 while it was still a work in progress by hanging out in ##C++ on irc.freenode.net. I haven't been there so much lately but I bet you can still learn a lot about the next upcoming standard by just reading the discussions that takes place there.
Topic archived. No new replies allowed.