xtd
0.2.0
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!"
);
}
Generated on Sat Jun 10 2023 18:14:53 for xtd by
Gammasoft
. All rights reserved.