explicit call to destructor
How can we expicitly call the destructor to destroy an object in the middle of the program in C++?
0