One of the highest-ranked C++ questions (and answers) on StackOverflow is worth re-reading if you're new to the topic:
What are move semantics?
I just finished listening to the Software Engineering talk radio podcast interview with Scott Meyers regarding C++0x. Most of the new features made sense to me, and I am actually excited about C++0x now, with the exception of one. I still don't get move semantics... What are they exactly?
Add a Comment
Comments are closed.