[Ilugc] C program Execution

  • From: anjeas_net@xxxxxxxxx (Ashok Antony)
  • Date: Thu Jul 8 15:37:24 2004

You should not include the header file called
'conio.h'
that is not supported in linux. That is windows for
stuff so please remove that header and run the
program.

(((((((((((((((((   )))))))))))))))))))))))

If you want to run that program by including that
header in linux then do as follows: If you need any
further clarification regarding that let me know


# include <stdio.h>
# ifdef WINDOWS
# include <conio.h>
# endif

int main ( void )
{
int x=5;
printf("%s%d","dkfjsghf",x);

}

Ashok S
BkSystems Pvt Ltd


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ;

Other related posts:

  • » [Ilugc] C program Execution - Ashok Antony