how to delete variable in c 2b 2b

Solutions on MaxInterview for how to delete variable in c 2b 2b by the best coders in the world

showing results for - "how to delete variable in c 2b 2b"
Luca
27 Jun 2018
1string* x = new string();
2//...
3delete x;