On Sat, 20 Jun 1998, demilich wrote:

> hey all
> I'm generally new to the Linux enviroment, but I'm getting the hang of it.
> Now that I've done that, I want to start making some small utilities.  I
> have a question about how the output works.  I used to do all my c
> programming in DOS, and when I did, I used the conio.h header file.  As
> you all know, this contains functions to manipulate the screen cursor,
> clear the screen and so on.  I've noticed that Linux (at least my version)
> doesn't have conio.h.  So what do I use to do those things?
  
  There is a ncurses library. You can do that with this library.
  header files : /usr/include/ncurses/*.h
  library files : /usr/lib/libncurses.*

> And another thing I would like to know is how to do vga programming (what
> to use) with Linux.
> 
> [EMAIL PROTECTED]
> http://members.iglou.com/tempest/
> 
> 

-------------------------------------------------------------------------------
Do you want to contact me ? Mail to the following address.
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]     (Samsung Software Membership 8th)
[ Linux the best choice. Pu Hulhul~ ]
-------------------------------------------------------------------------------

Reply via email to