The classic first application "Hello, World!" with xtd::environment class.
#include <xtd/console>
#include <xtd/environment>
auto main() -> int {
}
static std::ostream out
Gets the standard output stream. A std::basic_ostream<char_t> that represents the standard output str...
Definition console.hpp:52
static xtd::string new_line() noexcept
Gets the newline string defined for this environment.
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