c++ - Is there any library similar to conio.h? -
i installed codeblocks , wanted make program reads keystrokes instantly, without me having press enter. did when using dev c + + on windows, i'm using ubuntu , codeblocks best ide found , not have library . can tell me if there conio, , if so, how install?
linux alternative conio.h ncurses library. install search packages: libncurses, libncurses-dev.
Comments
Post a Comment