Help with C++ and curses...!

Help with C++ and curses...!

Post by Bibhas Bhattachar » Wed, 28 Jul 1993 07:32:54



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

 
 
 

1. Help linking curses in C++

I have a problem when using the class CursesWindow and g++. It seems
that the curses library functions are ingnored by the linker and
they are displayed as undefined symbols in the g++ library.

What can I do about this?? Any sugestions???

Thanks,
Miguel Rivera

2. SVGA news for T1910CS owners

3. curses curses curses

4. linksys pcm 200 and linux

5. Matrox Mystique ands X.

6. Recommendations for a good compiler

7. Curses for C++

8. pico

9. C++ class for curses

10. SPARCompiler C++ and curses lib under Solaris 1.1

11. new version of Drat - a C++ curses interface

12. need a C++ library that wraps UNIX curses screen system