Shows how to use xtd::environment class.
#include <xtd/console>
#include <xtd/environment>
void test3() {
}
void test2() {
test3();
}
void test1() {
test2();
}
auto main() -> int {
test1();
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static xtd::string stack_trace()
Gets current stack trace information.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8