If you want to learn about the 6 features Microsoft added in VS2010, the blog series STL wrote covers the topics in a lot of depth. I highly recommend you start there, because it doesn't skip over a lot of the details. It is a bit dated, but the stuff that is difference is pretty minimal, so it's still a good place to start.
http://blogs.msdn.co...c10-part-1.aspx
http://blogs.msdn.co...c10-part-2.aspx
http://blogs.msdn.co...c10-part-3.aspx
http://blogs.msdn.co...10-nullptr.aspx
Actually, the nullptr one wasn't by STL, but he did a video here: http://channel9.msdn...-about-nullptr/ .
After that, I also recommend Scott Meyer's PDF, Herb Sutter's Lambdas Lambdas Everywhere presentation, and the latest from Going Native 2012. There was one on the library changes, and Alexandrescu's variadic template presentation is quite good.
http://channel9.msdn.com/Events/PDC/PDC10/FT13
http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/Variadic-Templates-are-Funadic
http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/STL11-Magic-Secrets
Show differencesHistory of post edits
#1gekko
Posted 19 October 2012 - 08:44 PM
If you want to learn about the 6 features Microsoft added in VS2010, the blog series STL wrote covers the topics in a lot of depth. I highly recommend you start there, because it doesn't skip over a lot of the details. It is a bit dated, but the stuff that is difference is pretty minimal, so it's still a good place to start.
http://blogs.msdn.co...c10-part-1.aspx
http://blogs.msdn.co...c10-part-2.aspx
http://blogs.msdn.co...c10-part-3.aspx
http://blogs.msdn.co...10-nullptr.aspx
Actually, the nullptr one wasn't by STL, but he did a video here: http://channel9.msdn...-about-nullptr/ .
After that, I also recommend Scott Meyer's PDF, Herb Sutter's Lambdas Lambdas Everywhere presentation, and the latest from C++ and Beyond. There was one on the library changes, and Alexandrescu's variadic template presentation is quite good. I just don't have the links off hand.
http://blogs.msdn.co...c10-part-1.aspx
http://blogs.msdn.co...c10-part-2.aspx
http://blogs.msdn.co...c10-part-3.aspx
http://blogs.msdn.co...10-nullptr.aspx
Actually, the nullptr one wasn't by STL, but he did a video here: http://channel9.msdn...-about-nullptr/ .
After that, I also recommend Scott Meyer's PDF, Herb Sutter's Lambdas Lambdas Everywhere presentation, and the latest from C++ and Beyond. There was one on the library changes, and Alexandrescu's variadic template presentation is quite good. I just don't have the links off hand.