November 13, 2020
C++ lvalues and rvalues
When we are talking about lvalues and rvalues, it’s a good idea to back to the C language definition of these words. In C when we write some code like this: an lvalue is the left side of the expression and an rvalue is the right side of the expression. We can define it more technically by saying something like: Does it look simple, right? […]