Can I destruct a structure in C++?

Viewed 29456

Is there a way to destruct a structure (not a class)?

4 Answers
Related