cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Ncurses With Dev c++
Ncurses With Dev c++
Feb 20, 2012 at 2:34am
Feb 20, 2012 at 2:34am UTC
surath
(1)
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
Feb 20, 2012 at 5:48am UTC
Cheraphy
(1730)
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.