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
Polymorphic clones in modern C++ http://nzzl.us/VfpWrXd via @nuzzel
Fluent C++
Polymorphic clones in modern C++
Expressive code in C++
Using error codes effectively http://nzzl.us/AJsutGR via @nuzzel
Andrzej's C++ blog
Using error codes effectively
In the previous posts we have seen what error codes and error conditions are. But the way we used them is far from optimum. In particular, the implementation of FailureSourceCategory::equivalent wa…
Changing deleters during the life of a unique_ptr http://nzzl.us/lMmw1EW via @nuzzel
Fluent C++
Changing deleters during the life of a unique_ptr (4/7)
Expressive code in C++