-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hqz1989 edited this page Nov 22, 2014
·
1 revision
Links to various tutorials, blogposts and such to various C++11/14 topics.
- C++11/14 idioms
- C++ auto Tutorial
- [C++ lambda Tutorial] (https://solarianprogrammer.com/2011/11/01/cpp-11-lambda-tutorial/)
- C++ lambda and Closures
- C++11: auto, decltype, and the new function declaration syntax
- Modern C++ Style By Herb Sutter
- Demystifying C++ lambdas
- [Caring about C++ include dependencies] (http://gernotklingler.com/blog/care-include-dependencies-cpp-keep-minimum/)
- Fun with Lambdas: C++14 Style (part 1)
- Fun with Lambdas: C++14 Style (part 2)
- Fun with Lambdas: C++14 Style (part 3)
- Introduction to Type Traits in the C++ standard library
- auto and decltype Explained
- Rvalue References Explained
List of platforms where C++11/14 runs on. This is very important for NuPIC.
- [GCC 4.8 on R Pi] (http://somewideopenspace.wordpress.com/2014/02/28/gcc-4-8-on-raspberry-pi-wheezy/)
- [C++11/14 Compiler and Library Shootout] (http://cpprocks.com/c1114-compiler-and-library-shootout/)
- [C++11 Support in GCC] (https://gcc.gnu.org/projects/cxx0x.html)
- Overview of the New C++ (C++11/14) (paid)
- An Effective C++11/14 (Video) - Scott Meyers
- [C++11 Style (Video) - Bjarne Stroustrup] (http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/Keynote-Bjarne-Stroustrup-Cpp11-Style)
- [C++11, VC++11 and Beyond (Video)- Herb Sutter ] (http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/C-11-VC-11-and-Beyond)
A Curated list of valuable SO discussions.
- C++11 Idioms
- Refactoring With C++11
- nullptr in C++11/14
- Lambda Expression in C++11
- Breaking Changes in C++11
- C++11 rvalues, lvalues, xvalues, glvalues and prvalues
- C++11 move Semantics
- [Bjarne Stroustrup on C++14] (http://electronicdesign.com/dev-tools/bjarne-stroustrup-talks-about-c14)