I'm trying to compile a project someone wrote in visual C
on my Netbeans+cygwin
, and there are a lot of libraries I don't have.
One of the problems is conio.h
, and it seems like I can use curses.h
.
How do I get curses library?
I'm trying to compile a project someone wrote in visual C
on my Netbeans+cygwin
, and there are a lot of libraries I don't have.
One of the problems is conio.h
, and it seems like I can use curses.h
.
How do I get curses library?