Tags: #cpp14 #cpp17 #improvecoding
https://kfrlib.com/blog/how-c14-and-c17-help-to-write-faster-and-better-code-real-world-examples/
How C++14 and C++17 help to write faster (and better) code. Real world examples
https://kfrlib.com/blog/how-c14-and-c17-help-to-write-faster-and-better-code-real-world-examples/
How C++14 and C++17 help to write faster (and better) code. Real world examples
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: #video #implentation #multithread #compiletime #cpp14
https://www.youtube.com/watch?v=3N1pLtTV2Uc
https://www.youtube.com/watch?v=3N1pLtTV2Uc
YouTube
Vittorio Romeo: Implementation of a multithreaded compile-time ECS in C++14
An alternative to deep inheritance trees for game and application architecture design is "composition". Separating data from logic allows the code to be more reusable and more efficient, alongside additional benefits. Using modern C++14 features and heavy…
Tags: #vittorioromeo #implementation #multithread #cpp14 #ecs
https://www.youtube.com/watch?v=51qSGUtaJwc
https://www.youtube.com/watch?v=51qSGUtaJwc
YouTube
Implementation of a multithreaded compile-time ECS in C++14 - Vittorio Romeo - Meeting C++ 2016
Implementation of a multithreaded compile-time ECS in C++14 - Vittorio Romeo - Meeting C++ 2016
Slides: https://meetingcpp.com/index.php/tv16/items/11.html
Slides: https://meetingcpp.com/index.php/tv16/items/11.html
#cpp #cpp14 #pathfinding
Compile-time templated A* pathfinding in C++14
http://lapinozz.github.io/learning/2017/07/17/compile-time-templated-a-star-pathfinding.html
Compile-time templated A* pathfinding in C++14
http://lapinozz.github.io/learning/2017/07/17/compile-time-templated-a-star-pathfinding.html
lapinozz.github.io
Compile-time templated A* pathfinding in C++14
What is this?