C++ Video: Understanding rvalue and lvalue

http://www.youtube.com/watch?v=UTUdhjzws5g&list=PLE28375D4AC946CC3&index=18&feature=plpp_video

The video explains in detail what rvalues and lvalues are. Rvalue and lvalue are 2 important concept in C++, and any serious C++ programmer should have a good understanding of them. C++ 11 introduced a new feature called rvalue reference, which has made it more important to learn rvalue and lvalue.
Topic archived. No new replies allowed.