xtd 0.2.0
hello_world_environment.cpp

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

#include <xtd/xtd>
using namespace xtd;
auto main() -> int {
}
// This code produces the following output :
//
// Hello, gammasoft71!
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static xtd::string user_name()
Gets the user name of the person who is currently logged on to the operating system.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8