c++ when should you delete variables code example Example: how to delete variable in c++ string* x = new string(); //... delete x;