C++ 17 variadic template pack to runtime - CodeProject http://nzzl.us/yQ2KGcz via @nuzzel
Codeproject
C++ 17 variadic template pack to runtime - CodeProject
Reduce function recursion with variadic templates; Author: Michael Chourdakis; Updated: 7 Jan 2018; Section: C / C++ Language; Chapter: Languages; Updated: 7 Jan 2018
Improve your C++ skills by exploring the Clang test suite. - CppDepend Blog - CppDepend http://nzzl.us/OwCFjd6 via @nuzzel
Understanding the C/C++ memory model http://nzzl.us/mmniwLN via @nuzzel
Software is Crap
Understanding the C/C++ memory model
I know that a lot of people struggle with understanding the memory model introduced in C11/C++11. In a recent conversation I was alerted to the existence of this blog post, which while correct (by …
C++ Tip: Use STL copy, not memcpy to copy array - CodeProject http://nzzl.us/gkBHmhw via @nuzzel
Codeproject
C++ Tip: Use STL copy, not memcpy to copy array - CodeProject
Do not use memcpy directly to copy array; Author: Cake Processor; Updated: 27 Jan 2018; Section: C / C++ Language; Chapter: Languages; Updated: 27 Jan 2018
Some C++ good practices from the OpenCV source code - CppDepend Blog - CppDepend http://nzzl.us/v9JshqA via @nuzzel
Batteries not included: what should go in the C++ standard library? - World of hatcat http://nzzl.us/ZJcLQ5k via @nuzzel
The Most Essential C++ Advice - CodeProject
https://www.codeproject.com/Tips/5249485/The-Most-Essential-Cplusplus-Advice
https://www.codeproject.com/Tips/5249485/The-Most-Essential-Cplusplus-Advice
CodeProject
The Most Essential C++ Advice
Short list of things to watch out for when using C++