Friday, July 31, 2009

How to open an include file in c program?

This C program starts with #include %26lt;stdio.h%26gt;. This line includes the "standard I/O library" into your program. The standard I/O library lets you read input from the keyboard (called "standard in"), write output to the screen (called "standard out"), process text files stored on the disk, and so on. It is an extremely useful library. C has a large number of standard libraries like stdio, including string, time and math libraries.

How to open an include file in c program?
Did you want to just look at the header file itself? If so, their location is dependent on the the operating system and the compiling system that you are working with.





Like with GCC on a *nix system, you can usually find them here.





/usr/local/include


/usr/lib/gcc-lib/target/version/includ...


/usr/target/include


/usr/include
Reply:go to the com.
Reply:Ummm... did you notice that you answered your own question? Have you perhaps got other things about this whole "C" programming gig you would like to know more about?


No comments:

Post a Comment