xtd
0.2.0
test_console.cpp
Shows how to set target startup with cmake
xtd::console
.
#include <xtd/xtd>
using namespace
xtd
;
class
console_main {
public
:
static
auto
main() {
console::write_line
(
"Hello, World!"
);
forms::message_box::show
(
"Hello, World!"
);
}
};
startup_
(console_main);
Generated on Sat Jun 10 2023 18:14:53 for xtd by
Gammasoft
. All rights reserved.