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.
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.