cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Trouble with curses
Trouble with curses
Mar 18, 2014 at 4:21pm UTC
Jamerack
(81)
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.
Mar 18, 2014 at 4:27pm UTC
Peter87
(11234)
Is the library installed?
Mar 18, 2014 at 4:36pm UTC
Jamerack
(81)
I don't know
Mar 18, 2014 at 4:45pm UTC
andy1978
(13)
You may need to link a static library.
Mar 18, 2014 at 5:03pm UTC
Peter87
(11234)
Are you using Windows, Linux or something else? On Windows I don't think you can use ncurses but have to use pdcurses instead.
Mar 18, 2014 at 5:13pm UTC
Jamerack
(81)
I also tried using PDCurses, and that didn't work either
Last edited on
Mar 18, 2014 at 5:47pm UTC
Topic archived. No new replies allowed.