Search:

Type: Posts; User: NeonBlack

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,352

    With a loop using kbhit() and getch(). Look up...

    With a loop using kbhit() and getch(). Look up the documentation for these 2 functions.

    Also I should mention that there is a curses library for Windows called pdcurses, so if you ever might want...
  2. Replies
    5
    Views
    2,352

    There is no portable way to do this, so it...

    There is no portable way to do this, so it depends which OS you want to run it on. The easiest ways to do it on Windows and Linux are probably conio.h and curses, respectively.
Results 1 to 2 of 2