Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Last active November 25, 2021 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfram77/e1e304d93e2543ebb616588d00cba795 to your computer and use it in GitHub Desktop.
Save wolfram77/e1e304d93e2543ebb616588d00cba795 to your computer and use it in GitHub Desktop.
Lvalues and Rvalues : HANDWRITTEN NOTES

Lvalues and rvalues are fundamental to C++ expressions. Put simply, an lvalue is an object reference and an rvalue is a value. The difference between lvalues and rvalues plays a role in the writing and understanding of expressions.

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment