xtd
0.2.0
Loading...
Searching...
No Matches
hello_world_message_box3.cpp
The classic first application "Hello, World!" with
xtd::forms::message_box
control.
Windows
macOS
Gnome
#include <xtd/xtd>
auto
main() ->
int
{
xtd::forms::message_box::show
(
"Hello, World!"
);
}
xtd::forms::message_box::show
static dialog_result show()
Displays a message box.
Generated on Thu Oct 17 2024 16:02:57 for xtd by
Gammasoft
. All rights reserved.