#include <xtd/console>
auto main() -> int {
auto m1 = "\nThe cursor is {0}.\nType any text then press Enter. "
"Type '+' in the first column to show \n"
"the cursor, '-' to hide the cursor, "
"or lowercase 'x' to quit:"_s;
while (true) {
break;
}
}
}
static const basic_string empty_string
Represents the empty basic_string.
Definition basic_string.h:124
bool is_empty() const noexcept
Indicates whether this basic_string is an empty basic_string ("").
Definition basic_string.h:1411
static xtd::string read_line()
Reads the next line of characters from the standard input stream.
static int32 cursor_size()
Gets or sets the height of the cursor within a character cell.
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static bool cursor_visible()
Gets a value indicating whether the cursor is visible.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10