Counting Copies

Test your C++ programming skills by solving the given puzzle about copy elision and return value optimization.

We'll cover the following...

Puzzle code

Caref ...