Loading...

Tag trends are in beta. Feedback? Thoughts? Email me at [email protected]

Binary size: should we use static or dynamic linking?

Structs and constructors

What is std::ref?

The rule of 5 and inheritance

Once more about the rule of 5

What to do if you don't want a default constructor?

Member ordering and binary sizes

Two cases when forward declaring is not enough

When and how C++ variables are initialized?

C++23: Encoding related changes

How to write unit tests in C++ relying on non-code files?

Struct initialization

C++23: Removing garbage collection support

C++: The most important complexities

Extern templates to reduce binary size

How to compare signed and unsigned integers in C++20?

My battle against signed/unsigned comparison: the most usual violations

C++23: multidimensional operator[]

Once more about clean code

The Power of Tenure: 7 reasons to stay at your job

Binary sizes and compiler flags

C++23: How lambdas are going to change?

Binary size and exceptions

C++23: Even more constexpr

Is this dynamic_cast needed?

Variadic functions vs variadic templates

Without RTTI your code will be cleaner

C++23: std:out_ptr and std:inout_ptr

C++23: Preprocessing directives

The copy and swap idiom in C++

More →