Question:
wn i run a program it shows dat stdio.h not found in tourbo c plz help?
anonymous
2010-07-27 05:03:05 UTC
wn i run a program it shows dat stdio.h not found in tourbo c plz help?
Five answers:
anonymous
2010-07-27 06:07:09 UTC
just check out that you include the stdio.h file in the start of the program like

#include stdio.h



if still problem not solved than re-install the tourbo c or repair it as the library files could be damaged
?
2010-07-27 13:01:14 UTC
Check out include folder (C://TC/INCLUDE)

search there is stdio.h header file or not.....

if not add this header file to the directory....

then try to compile again....

If cant compile still...there may be some problem in ur program structure...





#include or #include"stdio.h" is the actual command in C

#include is the actual command in C++
Shobby
2010-07-27 18:15:22 UTC
The C programming, u use, seems to be an older version. try using turbo c v.3.0. or in that program, type #include(stdio.h)
?
2010-07-27 12:31:39 UTC
Header files maybe missing on the binary directory.

Or delete those lines referring to headers (#include stdio.h) and compile again.



Hope this helps.
mjoisnecsy
2010-07-27 12:34:53 UTC
go to option-->directories and set you include file path it wil look like C:\tc\include

and also set lib path press enter and run it it will work

.hope it helps you


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...