Exploring ref qualifiers in C++
Recently I've been wondering about ref qualifiers in C++. Exploring ref qualifiers in C++ by Jens Weller From the article: Ref qualifiers are today an old C++11 feature, and recently I wanted to know…
Read the full articleYou might also wanna read
Bjarne Stroustrup's C++ Style and Technique FAQ: Expert Programming Guidance
Modified February 26, 2022
C++26's std::is_within_lifetime: Checking Object Lifetime During Constant Evaluation
When I was looking for the next topic for my posts, my eyes stopped on std::is_within_lifetime. Dealing with lifetime issues is a quite comm
Understanding Bit-Field Pitfalls in C/C++ Programming
Some time ago I ran into a bug that had been dormant for some time. The problem involved expressions where one of the operands is a bit-fiel
C++ Constants Explained: When to Use #define, const, and constexpr
A technical guide published on DEV Community breaks down the three main ways to define constants in C++: #define, const, and constexpr. The
An analysis of C++ compiler devirtualization optimization capabilities and corner cases
Someone recently asked me about devirtualization optimizations: when do they happen? when can we rely on devirtualization? do different comp
Chromium C++ Style Guide: Modern C++ Feature Support and Adoption Policy
This document is part of the more general Chromium C++ style guide. It summarizes the supported state of new and updated language and librar

Comments
Sign in to join the conversation.
No comments yet. Be the first.