Tags: #book #free #practical #metaprogramming #cpp11 #cpp14
http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp
http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp
O’Reilly Online Learning
Practical C++ Metaprogramming
To say that C++ programmers embrace metaprogramming is a real stretch. Outright rejection is probably more accurate. And yet, C++ template metaprogramming is ideal for performing automatic compile-time optimization. With … - Selection from Practical C++…
Tags: #game #cpp11
Blizzard employee discusses advantages of using C++11 for game engines:
https://github.com/CppCon/CppCon2016/tree/master/Presentations/Game%20Engine%20Using%20C%2B%2B11
Blizzard employee discusses advantages of using C++11 for game engines:
https://github.com/CppCon/CppCon2016/tree/master/Presentations/Game%20Engine%20Using%20C%2B%2B11
GitHub
CppCon/CppCon2016
CppCon2016 - Slides and other materials from CppCon 2016
Tags: #alternative #syntax #function #cpp11 #pros #cons
"C++11 introduced an alternative syntax for writing function declarations. Instead of putting the return type before the name of the function..."
https://blog.petrzemek.net/2017/01/17/pros-and-cons-of-alternative-function-syntax-in-cpp/
"C++11 introduced an alternative syntax for writing function declarations. Instead of putting the return type before the name of the function..."
https://blog.petrzemek.net/2017/01/17/pros-and-cons-of-alternative-function-syntax-in-cpp/