delete a class object c++ code example Example: how to delete variable in c++ string* x = new string(); //... delete x;