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/forms/message_box>
auto
main()->int {
xtd::forms::message_box::show
(
"Hello, World!"
);
}
Generated on Mon Oct 9 2023 14:41:56 for xtd by
Gammasoft
. All rights reserved.