Stephan T. Lavavej - Core C++, 6 of n | C9 Lectures: Stephan T. Lavavej - Core C++

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Part 6 is a special episode in which Stephan takes a look at the latest C++11 features that were just added to the Visual C++ compiler :

Variadic templates
Raw string literals
Explicit conversion operators
Default template arguments for function templates
Delegating constructors
Uniform initialization This compiler is now available as a Customer Technology Preview release to everyone. If you want to test-drive this new compiler too, download it from here: <a tabindex="-1 http://aka.ms/vc-ctp" target="_parent http://aka.ms/vc-ctp . More details on this release are available on Visual C++ Blog ( <a tabindex="-1 http://blogs.msdn.com/vcblog/" target="_parent http://blogs.msdn.com/vcblog/ )

http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Stephan-T-Lavavej-Core-C-1-of-n" target="_blank See part 1: Name Lookup
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Stephan-T-Lavavej-Core-C-2-of-n" target="_blank See part 2: Template Argument Deduction
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Stephan-T-Lavavej-Core-Cpp-3-of-n" target="_blank See part 3: Overload Resolution
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Stephan-T-Lavavej-Core-C-4-of-n" target="_blank See part 4: Virtual Functions
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Stephan-T-Lavavej-Core-C-5-of-n" target="_blank See part 5: Explicit and Partial Specialization <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5dd3d4dcab9e47d59e20a0fb01108e86

View the full article
 
Back
Top