Hi,
The getch() function doesn't compile under gnu C++ compiler. And due to
very valid reason. getch is defined as wgetch(stdscr) in cursesX.h, but
wgetch is typecast as "int wgectch()". Therefore using getch function
generates a too many arguments error with wgetch. Any idea how to solve
this problem? I'm using ULTRIX.
Bibhas.
--
---------------------------------------------------------------
Bibhas Bhattacharya |Memorial University of Newfoundland