Closing multilpe forms

How do I close multiple forms at the same time?
Whenever I add Close(); to one form it only closes that form. Ideally I want it to close all the forms that were open.
That's unrelated to the C++ language itself.
If you're using C++, it depends on the GUI framework you're using, so check the documentation.
Last edited on
Topic archived. No new replies allowed.