OK, I am considering of getting into c++ development in coming months (there is no set date). I am vaguely familiar with the language (primarily C), as well as some basics of OO, MI, templates, exceptions, patterns, used STL. And now I am at the point in time where I would like to master the language in depth. And the natural question is whether I should
start with current C++03 or C++0x standard.
Please suggest what the best way to go from a user to guru, given that new standard is almost here, and likely to remain for many years to come.
Thanks