With the new version of c++ (c++11) coming out, I'm kind of worried that I'll be confused if I continue learning. So my question is, will there be major changes to c++ and if so does anyone have an idea of what the changes will be? Also when will the new version of c++ come out?
There are only additions really. As for when it comes out, VC++ 10 and gcc (and others) already have some of the new standard implemented. You could probably do a google search and find lists or something if you are interested.