Shows how to use xtd::string::concat method.
#include <xtd/console>
#include <xtd/string>
auto main() -> int {
auto items = {"One ", "Two ", "Three ", "Four "};
console::write_line(string::concat(items));
}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10