Blogs

June 12, 2013

When Is It Safe to Move an Object Instead of Copying It?

I'd like to explain how the compiler can figure out during compilation when to move objects instead of copying them.

June 06, 2013

Moving Is Not Copying

Like many subtle ideas, the idea of moving data in C++ is built on a simple concept.

May 30, 2013

Copying Container Elements From The C++ Library: It's Trickier Than It Looks

We must generally assume that adding elements to a vector will invalidate every reference, pointer, or iterator that refers to a vector element.




C/C++ Source Code Archive  

2010



Video