Sunday, August 2, 2009

Whenever I try to compile a c program, the compiler shows an error that "unable to find Header files"

if you are using turbo c ,try this





go to options menu,select directories and check if the specified directory paths are correct,else specify the correct path.


if it still does not work,clear all the directory paths and leave those spaces blank.


hope this works

Whenever I try to compile a c program, the compiler shows an error that "unable to find Header files"
There might be a missing defined path to the folder that contains the header files. If you can’t set the path, search for the header file, then copy and paste it into the folder containing the C code.
Reply:Basic syntax, the body of the program is relying on what you have in the header, so you have that particular code, but then you have a header like so:








#include%26lt;iostream%26gt;


#include%26lt;stdio.h%26gt;

baby breath

No comments:

Post a Comment