Closing multilpe forms

Dec 7, 2010 at 11:51pm
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.
Dec 7, 2010 at 11:57pm
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 Dec 7, 2010 at 11:57pm
Topic archived. No new replies allowed.