Explore >> Select a destination


You are here

mytechblog.blogtown.co.nz
| | blog.knatten.org
1.8 parsecs away

Travel
| | Did you use to have some sort of intuition for what "lvalue" and "rvalue" meant? Are you confused about glvalues, xvalues and prvalues, and worry that lvalues and rvalues might also have changed? This post aims to give you a basic intuition for all five of them. First, a warning: This post does not aim...
| | thbecker.net
9.6 parsecs away

Travel
| |
| | pagefault.blog
8.5 parsecs away

Travel
| | C++11 move semantics can be a source of misunderstandings if the mechanics are not understood. This post clears up the most common one.
| | hackingcpp.com
90.7 parsecs away

Travel
| Destructors - one of the most important language constructs of C++ - allow to tie resource management to an object's lifetime (also known as RAII).