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++
Building upstream RISC-V GCC+binutils+newlib: the quick and dirty way · lowRISC http://nzzl.us/IA1F5LO via @nuzzel
Clang 5.0.0 Release Notes - Clang 5 documentation http://nzzl.us/5veEoN6 via @nuzzel
Two-phase name lookup support comes to MSVC http://nzzl.us/uT6uqDG via @nuzzel
Microsoft
Two-phase name lookup support comes to MSVC
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
Two-phase name lookup support comes to MSVC-Andrew Pardoe - Standard C++ http://nzzl.us/kG7xOCr via @nuzzel
std::visit is everything wrong with modern C++ http://nzzl.us/j7CHcLt via @nuzzel
Bit Bashing
std::visit is everything wrong with modern C++
Yet another programming blog. Thoughts on software and related misadventures.
CppCast Episode 118: FluentC++ with Jonathan Boccara - Standard C++ http://nzzl.us/0ufstPS via @nuzzel
Monoids: what they are, why they are useful, and what they teach us about software http://nzzl.us/jiM5zdh via @nuzzel
Deque
Monoids: what they are, why they are useful, and what they teach us about software
Monoids are a pretty interesting concept in software development. Monoids are everywhere. Monoids are simple yet powerful. And Monoids have a lot to teach us about software, in particular about com…