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