[Ilugc] Regarding C file execution

  • From: shuvebh@xxxxxxxxxxxxxx (Shuveb Hussain)
  • Date: Thu Jul 8 14:22:02 2004

Hi,

ConIO.h is the file that contains prototypes for console Input/Output
(conio) functions. Under linux, the terminal is a much more
sophisticated device. To move the cursor around, to clear the
screen,change text attributes like color, blinking, etc, you might
consider using NCurses which is present in all the major distributions.
If you want to do low level stuff, you might directly use Terminal I/O
functions.

you can find more information about programming ncurses from:

http://web.cs.mun.ca/~rod/ncurses/ncurses.html - by the author(s?)

or

http://en.tldp.org/HOWTO/NCURSES-Programming-HOWTO/  - linux doc proj.

Regards
Shuveb.

On Thu, 2004-07-08 at 13:27, kumari mani wrote:

        This is the C pgm which is running in Win. When i
        execute in RH9.0 i got the following errors. 
        
        # include <stdio.h>
        # include <conio.h>
        {
        int x=5;
        printf("%s%d","dkfjsghf",x);
        
        }
        
        
        main.c:2:20: conio.h: No such file or directory
        main.c:3: parse error before '{' token
        main.c:5: parse error before string constant
        main.c:5: warning: conflicting types for built-in
        function `printf'
        main.c:5: warning: data definition has no type or
        storage class
        
        
        
        
        how do i solve the pbm.please  help me.
        
        


______________________________________________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

______________________________________________________________________

_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> address"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Other related posts: