Trouble with curses

I can't figure out how to include the Curses library. I have tried#include <curses.h> and #include <NCurses.h> . I can't get either of them to work. I am using Code::Blocks.

Is the library installed?
I don't know
You may need to link a static library.
Are you using Windows, Linux or something else? On Windows I don't think you can use ncurses but have to use pdcurses instead.
I also tried using PDCurses, and that didn't work either
Last edited on
Topic archived. No new replies allowed.