The classic first application "Hello, World!" with xtd::ctrace class.
#define TRACE
#include <xtd/ctrace>
auto main() -> int {
}
static xtd::string new_line() noexcept
Gets the newline string defined for this environment.
std::ostream ctrace(nullptr)
Provides an std::ostream for xtd::diagnostics::trace.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8