Question:
C language! help please!?!?!?
?
2012-11-23 04:57:42 UTC
I just installed turbo c program in my computer and started with a simple program and compiled it, It just showed one error and says "unable to open include file STDIO.H". But I have written the program correctly and saved it in bin also... so can anyone help me find what the problem is....?
Five answers:
?
2012-11-24 10:11:23 UTC
If you have problems like that, first of all your TC folder put in to the C:..drive. after completing installation open turbo c blue screen. there is a OPTIONS > Directories ..in that you can see for option to set up path..



1. include directories..you can set path there now.. C:\TC\INCUDE

2. libraries Directories..you can set path there...C:\TC\LIB

3. if you want to store your output in BIN then you can set..C:\TC\BIN..otherwise you can set another path where you want to store your output..



Finally you can give OK and finished processes.. It will now work properly
Jayprakash
2012-11-23 05:02:30 UTC
If you are using 64 bit machine (Windows 7, 8 etc.) then Turbo C doesn't works. You need to use Visual C... Otherwise re-install Turbo C.. Also try using #include not #include since it is case sensitive..
?
2012-11-23 08:52:14 UTC
Change the Directory path.

Open Turbo C++ > Go to Options > Go to Directories

And change the Include directory to C:\turboc3\include
K-SiS
2012-11-23 08:42:36 UTC
Usually stdio.h file is in include directory & such configuration is saved.



Check path of include files in configuration

check the path & stdio.h exist there

if any thing is missing or wrong --> correct it

this will solve your problem
?
2012-11-23 05:06:30 UTC
How to fix “unable to open stdio.h in Turbo C”

http://stackoverflow.com/questions/2356687/how-to-fix-unable-to-open-stdio-h-in-turbo-c-error


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