xtd 0.2.0
application_run.cpp

Shows how to create an application with xtd::forms::application class.

Windows

macOS

Gnome

#include <xtd/forms/application>
using namespace xtd::forms;
auto main() -> int {
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219