xtd
0.2.0
Loading...
Searching...
No Matches
concat.cpp
Shows how to use
xtd::string::concat
method.
#include <xtd/xtd>
auto
main() ->
int
{
console::write_line(string::concat(
"Hello"
,
", "
,
"World"
,
"!"
));
}
// This code produces the following output :
//
// Hello, World!
Generated on Sun Aug 31 2025 20:45:29 for xtd by
Gammasoft
. All rights reserved.