Stephan T. Lavavej - Core C++, 9 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
In part 9, STL digs into lambdas and other expressions. Lambdas are very useful and youve know doubt been enjoying them in your modern C++ programming. As you can imagine, STL will go deep and teach you things about lambdas that you may not know. Youll also learn a lot about order of precedence and associativity for expressions in only the way Stephan can teach you (thorough treatment). Tune in.
See part 1: Name Lookup
See part 2: Template Argument Deduction
See part 3: Overload Resolution
See part 4: Virtual Functions
See part 5: Explicit and Partial Specialization
See part 6: New C++11 features added to the Visual C++ 2012 compiler (CTP)
See part 7: Usual Arithmetic Conversions and Template Metaprogramming
See part 8: do-while loop, casts, one definition rule
6646641b32a20dcde2c4a5119b6587bb.gif


View the full article
 
Back
Top