#include <xtd/console>
#include <xtd/environment>
auto main() -> int {
os << "What is your name: ";
}
static const basic_string empty_string
Represents the empty basic_string.
Definition basic_string.h:124
static std::istream in
Gets the standard input stream. A std::basic_istream<char_t> that represents the standard input strea...
Definition console.h:47
static std::ostream out
Gets the standard output stream. A std::basic_ostream<char_t> that represents the standard output str...
Definition console.h:52
static xtd::string new_line() noexcept
Gets the newline string defined for this environment.
bool is(std::any value)
Checks if the result of an expression is compatible with a given type.
Definition is.h:365
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10