Hi!
What is a proper function which is similar to "getch ()" and in which library in Linux is it?
This is a discussion on linux libraries within the Linux Programming forums, part of the Platform Specific Boards category; Hi! What is a proper function which is similar to "getch ()" and in which library in Linux is it?...
Hi!
What is a proper function which is similar to "getch ()" and in which library in Linux is it?
Current projects:
1) User Interface Development Kit (C++)
2) HTML SDK (C++)
3) Classes (C++)
4) INI Editor (Delphi)
i'm thinking he wants non-echoed char-buffered inputOriginally posted by Salem
getchar(), which is part of the C standard library
hello, internet!
There is no equivalent for the (DOS) getch function in Linux.
You can use the (LINUX) getch function in the curses library but you need to create a window to make it work.
There is however an alternative: emulate the getch function