On Mon, Dec 17, 2001 at 09:46:28PM -0500, dman wrote: > On Mon, Dec 17, 2001 at 03:12:34PM -0800, cuong tran wrote: > | Hi, > | > | > | I am taking C++ and Data Structures courses at San Francisco State and > | most of my programs use ncurses. I understand that ncurses is a package > | of functions in the UNIX library for use in C and C++ programs. Is there > | any way I can download these funtions and use them from my home computer > | ( i want ncurses to be run on PC.) because sometime I can't connect to my > | school. > > Yes. Take a look at www.cygwin.com. The ncurses library still > requires a POSIX system, but the cygwin folks have a very good > emulation layer for MS Windows.
You can also try PDCurses (http://pdcurses.sourceforge.net/). IIRC, this version of curses works with most DOS/Windows compilers. Peter De Wachter