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