What's New in Visual Studio 2013 for C++ Developers
Several features of the C++ Language and the Standard Library both changed dramatically with the release of C++ 11 and those are presented in this course.
What you'll learn
The C++ Language and the Standard Library both changed dramatically with the release of C++ 11. Some of these features were not implemented until Visual Studio 2013, and those are presented in this course. You'll learn about variadic templates, improvements in constructing and initializing variables, and rawnstring literals. In addition a number of productivity boosting enhancements in debugging, editing, and using libraries are in this version and you will learn how to take advantage of them.
Table of contents
- Introduction 0m
- Initialization 2m
- Uniform Initialization 2m
- Demo: Uniform Initialization 7m
- make_unique 2m
- Demo: make_unique 7m
- Constructors 1m
- Delegating, Defaulted, and Deleted Constructors 2m
- Demo: Delegating, Defaulted, and Deleted Constructors 5m
- Initializing Non Statics 1m
- Demo: Initializing Non Statics 3m
- Summary 2m