Skip to content

Latest commit

 

History

History

move

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Prerequisites

  • Copy and move constructors
  • Copy and move assignment operators

Instructions

  • look at the code and run it with callgrind or time it e.g. using /usr/bin/time ./trymove
  • understand how inefficient it is
  • understand why and fix trymove.cpp
  • see efficiency improvements