is there any equivalent of getche in C on Linux platform??

A

aman

I need to implement getche() but as I am working on Linux and that I
cant use conio.h, is there any equivalent???
 
R

Richard Heathfield

aman said:
I need to implement getche() but as I am working on Linux and that I
cant use conio.h, is there any equivalent???

The kind folks in comp.os.linux.development.apps are sure to know.

You might not like their answer, though.
 
M

Martin Ambuhl

aman said:
I need to implement getche() but as I am working on Linux and that I
cant use conio.h, is there any equivalent???

Since none of getche(), Linux, or conio.h (or even <conio.h>) are
topical here, being well outside the defined C programming language, we
can't really get into this. However, take a look at whatever version of
curses is supplied with your Linux implementation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top