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…
Useful GCC warning options not enabled by -Wall -Wextra http://nzzl.us/AMAZxG5 via @nuzzel
kristerw.blogspot.co.uk
Useful GCC warning options not enabled by -Wall -Wextra
GCC can warn about questionable constructs in the source code, but most such warnings are not enabled by default – developers need to use t...
Exploring K-Means in Python, C++ and CUDA http://nzzl.us/2Hzmfgb via @nuzzel
Peter Goldsborough
Exploring K-Means in Python, C++ and CUDA
Implementations of K-Means in three different environments
Cppcast: A Show for All C++ Developers http://nzzl.us/QpPjX99 via @nuzzel
Fluent C++
Cppcast: A Show for All C++ Developers
Expressive code in C++
C++ Core Guidelines: Rules for Copy and Move http://nzzl.us/WuqyEMD via @nuzzel
Modernescpp
C++ Core Guidelines: Rules for Copy and Move - ModernesCpp.com
Introducing Abseil, a new common libraries project http://nzzl.us/wJxrQlu via @nuzzel
Google Open Source Blog
Introducing Abseil, a new common libraries project
Today we are open sourcing Abseil , a collection of libraries drawn from the most fundamental pieces of Google’s internal codebase. These ...
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…