This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Text-based graphics code needed


Try ncurses (it's part of the official installation). Take a look at the
test programs in /usr/bin/ncurses-test-dll/, and download the sourcecode
to see examples of using the library.

--Chuck


Robb Merrill wrote:
> 
> Howdy.  I was wondering if anyone out there happened to have any C++ code or
> links to any C++ code for working with text-based graphics.  This might
> include: printing colored text to the screen, clearing the screen,
> positioning the cursor at specified points (gotoxy or something similar),
> etc.  Anything having to do with text-based graphics.
> Also needed is a function like kbhit() (used to determine if a key on the
> keyboard has been pressed) that works with the Cygnus g++ compiler.
> And a getch() function that works with this compiler, as well.
> 
> Any information would be greatly appreciated.
> 
> Thanks.
> 
> robbmer@hotmail.com
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]