Ncurses With Dev c++

Feb 20, 2012 at 2:34am
how do we write a ncurses program with Dev c++ environment , where can i find ncurses library for Dev c++ and how can i add ncurses library to Dev c++
Feb 20, 2012 at 5:48am
Dev c++ is very very outdated, but forgoing that.

If you want to write something using ncurses you should look up the documentation for that library.

The home page for that project is http://www.gnu.org/software/ncurses/ncurses.html and the library it's self can be downloaded via ftp from ftp://invisible-island.net/ncurses/ or via http from http://ftp.gnu.org/pub/gnu/ncurses

If you're dead set on using Dev C++ you'll need to find that IDEs documentation on including third party libraries.
Topic archived. No new replies allowed.