0

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?

sam
  • 57
  • 1
  • 10

1 Answers1

0

Use Cygwin, as larsmans suggested.

sam
  • 57
  • 1
  • 10