Shows how to use xtd::guid class.
#include <xtd/console>
#include <xtd/guid>
auto main() -> int {
for (auto counter = 0; counter < 10; ++counter)
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static guid new_guid() noexcept
Initializes a new instance of the xtd::guid structure.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8