Shows how to set target startup with cmake xtd::console.
#include <xtd/forms/message_box>
#include <xtd/console>
#include <xtd/startup>
class console_main {
public:
static auto main() {
}
};
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
#define startup_(main_method)
Defines the entry point to be called when the application loads. Generally this is set either to the ...
Definition startup.hpp:167
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8