Shows how to use xtd::console::buffer_height and xtd::console::buffer_width methods.
#include <xtd/console>
auto main() -> int {
}
static int32 buffer_height()
Gets the height of the buffer area.
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static int32 buffer_width()
Gets the width of the buffer area.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8