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
{
message_box::show(
"Hello, World!"
);
}
Generated on Sun Aug 31 2025 20:45:30 for xtd by
Gammasoft
. All rights reserved.