Andreas Haja Archives

RECENT

C++ the rule of 5 explained.

After learning about Rvalue references in previous posts, the question of the usefulness of such a construct...

Exploring C++ Rvalue references.

In the last two posts — Master C++ Copy Semantics and Inside Lvalues & Rvalues in C++...

Inside Lvalues & Rvalues in C++.

In this post, we will look at two elementary categories of values in C++, namely Lvalues and...

Master C++ copy semantics.

While C++ has always been known for high-performance and fast programs, the introduction of C++11 has made...