A Summary of the Metaclasses Proposal for C++ http://nzzl.us/b4kCIUG via @nuzzel
Fluent C++
A Summary of the Metaclasses Proposal for C++
Expressive code in C++
r/cpp_review - a C++ Library Review Community - Standard C++ http://nzzl.us/WcprCa0 via @nuzzel
Managing warnings in the C++ Core Guidelines Checker http://nzzl.us/AvJ1GzW via @nuzzel
Microsoft
Managing warnings in the C++ Core Guidelines Checker
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation - IT Hare on Soft.ware http://nzzl.us/ZN8jcUC via @nuzzel
IT Hare on Soft.ware
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
si
Changes to Project Templates and Code Wizards in 15.3 http://nzzl.us/EHE8kDP via @nuzzel
Microsoft
Changes to Project Templates and Code Wizards in 15.3
C++ tutorials, C and C++ news, and information about the C++ IDE Visual Studio from the Microsoft C++ team.
7 Features of C++17 that will simplify your code-fenbf - Standard C++ http://nzzl.us/fIv84fu via @nuzzel
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 […]