First we create the very basic xtd_forms program.
- Windows
-
- macOS
-
- Gnome
-
#include <xtd/xtd>
namespace tutorial {
public:
simple() {
text("Simple");
}
static auto main() {
}
};
}
#define startup_(main_method)
Defines the entry point to be called when the application loads. Generally this is set either to the ...
Definition startup.h:175