Joseph Martin wrote:
> I was working on learning ncurses, but it looks as though my
> implementation is broken or something. I use routines mentioned in the
> manfiles, but when I compile gcc says I am implicitly defining the
> functions. Also the color defines (ie. COLOR_BLACK, etc) are undefined. Am
> I missing something? (And yes I have include curses.h. Some functions
> are defined in the file and some not)
You may need to include ncurses.h or ncurses/curses.h instead of
curses.h. Or you might just have a version which doesn't match the
manpages.
--
Glynn Clements <[EMAIL PROTECTED]>