xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "environment.h"
#include "static.h"
#include "system_exception.h"
#include "ustring.h"
#include "collections/specialized/string_vector.h"
#include "console.h"
Contains startup_ keyword.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
#define | startup_(main_class) |
Defines the entry point to be called when the application loads. Generally this is set either to the main form in your application or to the main procedure that should run when the application starts. | |