Quick Q: What are template deduction guides in C++17? - Standard C++ http://nzzl.us/pYl3TGO via @nuzzel
How to implement the pimpl idiom by using unique_ptr http://nzzl.us/yDmycaL via @nuzzel
Fluent C++
How to implement the pimpl idiom by using unique_ptr
Expressive code in C++
Time Travel Debugging in WinDbg Preview! http://nzzl.us/5Q44uFa via @nuzzel
Debugging Tools for Windows
Time Travel Debugging in WinDbg Preview!
Time Travel Debugging is now available in WinDbg Preview We are excited to announce that Time Travel Debugging (TTD) features are now available in the latest version of WinDbg Preview. About a month ago, we released WinDbg Preview which provides great new…
CppCast Episode 119: C# and IL2CPP with Josh Peterson - Standard C++ http://nzzl.us/aporm4X via @nuzzel
The Expressive C++17 Coding Challenge http://nzzl.us/TFdvRFb via @nuzzel
Fluent C++
The Expressive C++17 Coding Challenge
Expressive code in C++
Latest and Greatest in Visual Studio 2017 for C++ developers http://nzzl.us/Rncmx6y via @nuzzel
Microsoft
Latest and Greatest in Visual Studio 2017 for C++ developers
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
C++ Madrid: James McNellis (Microsoft): Everything You Ever Wanted to Know about DLLs - Standard C++ http://nzzl.us/aehRF8l via @nuzzel
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 …