xtd 0.2.0
Loading...
Searching...
No Matches
hello_world_diagnostics2.cpp

The classic first application "Hello, World!" with xtd::ctrace class.

#define TRACE
#include <xtd/ctrace>
using namespace xtd;
auto main() -> int {
ctrace << "Hello, World!" << environment::new_line;
}
// This code produces the following debug output :
//
// Hello, World!
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10