Approaching an Unknown Code Base - Simplify C++! http://nzzl.us/HBcsRwz via @nuzzel
arne-mertz.de
Approaching an Unknown Code Base - Simplify C++!
When we are presented with unknown code, where should we begin to look, what parts of the code base are the most important?
Thoughts on Default Construction - Elbeno http://nzzl.us/MbtvNi5 via @nuzzel
Why is a raven like a writing desk?
Thoughts on Default Construction
What does default construction mean? Why do we write default constructors? When and why should we require them? I’ve been pondering these questions lately. One of the great things that C++ ge…
DLL Hot Reloading in Theory and Practice · Our Machinery - Our Machinery http://nzzl.us/hL8GJJ0 via @nuzzel
Our Machinery
DLL Hot Reloading in Theory and Practice
Smart developers use smart pointers (1/7) - Smart pointers basics http://nzzl.us/ObPyumQ via @nuzzel
Fluent C++
Smart developers use smart pointers (1/7) – Smart pointers basics
Expressive code in C++
Visual Studio Code C/C++ extension August 2017 Update http://nzzl.us/xivT7E5 via @nuzzel
Microsoft
Visual Studio Code C/C++ extension August 2017 Update
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
unique_ptr, shared_ptr, weak_ptr, scoped_ptr, raw pointers - Knowing your smart pointers http://nzzl.us/PdNX1kX via @nuzzel
Fluent C++
unique_ptr, shared_ptr, weak_ptr, scoped_ptr, raw pointers – Knowing your smart pointers (2/7)
Expressive code in C++
Code Smells - a Short List - http://nzzl.us/IAs0dVT via @nuzzel
arne-mertz.de
Code Smells - a Short List -
Contents1 What are code smells?2 Long function3 Primitve Obsession4 Data Clump5 Complicated boolean expressions6 Deeply nested control flow7 Wrap up Code smells are indicators that there might be something afoul […]
I'm Proudly present my Book is Ready 'Concurrency with Modern C++' http://nzzl.us/zFL30aP via @nuzzel
Modernescpp
I'm Proudly present my Book is Ready "Concurrency with Modern C++" - ModernesCpp.com
Visual Studio extensions for C++ developers in Visual Studio 2017 http://nzzl.us/v4Yg2kC via @nuzzel
Microsoft
Visual Studio extensions for C++ developers in Visual Studio 2017
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
C++17 is formally approved http://nzzl.us/qrSFiZr via @nuzzel
Sutter’s Mill
C++17 is formally approved
As I mentioned in my Kona (March) trip report, WG21 (the ISO C++ committee) completed work on C++17 at our March meeting. At that point it was technically finalized, and since then we have been in …
Value Categories in C++17 - Barry Revzin - Medium http://nzzl.us/W03DIta via @nuzzel
Medium
Value Categories in C++17
The meaning of value categories has changed over time and can be quite a confusing topic, prone to misconception. This post will try to…
C++ Core Guidelines: Constructors http://nzzl.us/4E00D8q via @nuzzel
Modernescpp
C++ Core Guidelines: Constructors - ModernesCpp.com