This folder contains System.Console examples.
- Console shows how to use System.Console class.
- ConsoleBackgroundColor shows how to use System.Console.backgroundColor and System.Console.foregroundColor properties.
- ConsoleBackgroundColor2 shows how to use System.Console.BackgroundColor property.
- ConsoleBeep shows how to use System.Console.Beep method.
- ConsoleBeep2 shows how to use System.Console.Beep method.
- ConsoleColor shows how to use System.Console.backgroundColor and System.Console.foregroundColor properties.
- ConsoleForegroundColor shows how to use System.Console.backgroundColor and System.Console.foregroundColor properties.
- ConsoleUnicode shows how to use System.Console class with unicode text.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Console.slnSelect any project and type Ctrl+F5 to build and run it.