xtd
0.2.0
application.cpp
Shows how to create an application with
xtd::forms::application
class.
Windows
macOS
Gnome
#include <xtd/forms/application>
#include <xtd/forms/form>
auto
main()->int {
xtd::forms::application::run
(
xtd::forms::form
{});
}
Generated on Mon Oct 9 2023 14:41:55 for xtd by
Gammasoft
. All rights reserved.