|
You are here |
mytechblog.blogtown.co.nz | ||
| | | | |
blog.knatten.org
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
pagefault.blog
|
|
| | | | | 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
|
|
| | | Destructors - one of the most important language constructs of C++ - allow to tie resource management to an object's lifetime (also known as RAII). | ||