Search found 1 match
- Fri Mar 18, 2016 5:05 am
- Forum: C/C++
- Topic: about ncurses.h
- Replies: 2
- Views: 1273
about ncurses.h
Guys, Im very new in Rasp and C, My program use ncurses.h but it seem cant use getch(); #include <stdio.h> #include <string.h> #include <errno.h> #include <wiringPi.h> #include <wiringSerial.h> #include <ncurses.h> #include <stdint.h> int main() { int key; for(;;) { key = getch(); } } errors undefin...