Shows how to use xtd::guid class.
#include <xtd/console>
#include <xtd/guid>
auto main() -> int {
for (auto counter = 0; counter < 10; ++counter)
console::write_line("{:X}", guid::new_guid());
}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10