After installing my Turbo C of version 3.0 ,when i type any program it is refusing to accept........while compiling it shows the result that it couldnt identify the header file(#include%26lt;stdio.h%26gt;)...........
For all C language masters..................?
The compiler checks the INCLUDE environment variable, for a list of paths in which to search for any #include'd files delimited in angle brackets. The file stdio.h must exist in one of those listed paths.
So type SET at a command prompt, which will display all environment variables and their contents. If there isn't one called INCLUDE, you may need to run a batch to setup the environment before calling the command-line version of the compiler. (VC includes such a batch; the INCLUDE environment thing is generic.)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment