#STDIN to read input from console

Discuss any general programming issues here
User avatar
airsoftsoftwair
Posts: 5832
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: #STDIN to read input from console

Post by airsoftsoftwair »

Code: Select all

- New: Added advanced console functions; this new library contains over 50 functions to make all your
  console dreams come true; it allows you to create all kinds of TUIs (textual user interfaces) with just
  a few function calls; the following new console functions have been added: EnableAdvancedConsole(),
  DisableAdvancedConsole(), ClearConsole(), EraseConsole(), SetConsoleCursor(), GetConsoleCursor(),
  GetConsoleSize(), GetConsoleOrigin(), ReadConsoleKey(), ReadConsoleStr(), SetConsoleOptions(),
  SetConsoleStyle(), GetConsoleStyle(), ClearConsoleStyle(), RefreshConsole(), SetConsoleColor(),
  GetConsoleColor(), InitConsoleColor(), AllocConsoleColor(), FreeConsoleColor(), SetConsolePen(), 
  DeleteConsoleChr(), InsertConsoleChr(), InsertConsoleStr(), DeleteConsoleLine(), InsertConsoleLine(),
  BeepConsole(), FlashConsole(), GetConsoleChr(), GetConsoleStr(), ScrollConsole(), FormatConsoleLine(),
  SetConsoleBackground(), GetConsoleBackground(), MakeConsoleChr(), DecomposeConsoleChr(), OpenConsole(),
  CloseConsole(), HaveConsole(), DrawConsoleBorder(), DrawConsoleBox(), DrawConsoleHLine(), 
  DrawConsoleVLine(), SetConsoleTitle(), CreateConsoleWindow(), FreeConsoleWindow(), TouchConsoleWindow(),
  SelectConsoleWindow(), GetConsoleWindow(), CopyConsoleWindow(), MoveConsoleWindow(), ShowConsoleCursor(),
  HideConsoleCursor(), StartConsoleColorMode(), GetConsoleControlChr(), GetConsolePen()
Post Reply