473,404 Members | 2,195 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

unable to open include file stdio.h

Hi....
How to solve this error- Unable to open include file 'STDIO.H'
Jun 24 '07 #1
12 68148
kky2k
34
Hi....
How to solve this error- Unable to open include file 'STDIO.H'
try to use #include "stdio.h" instead of <stdio.h> ..if it doesn't solve ur problem then probably stdio.h is missing in ur system..
Jun 24 '07 #2
axneer
8
Hi....
How to solve this error- Unable to open include file 'STDIO.H'

My be you have to set environment varible on your computer
Jun 24 '07 #3
axneer
8
Hi....
How to solve this error- Unable to open include file 'STDIO.H'

May be you have to set environment variable on your computer
Jun 24 '07 #4
niskin
109 100+
I have had that problem before, either you do not have stdio.h on ur system (check the folder that stores header files for your compiler) or you need to make sure you write:

Expand|Select|Wrap|Line Numbers
  1. #include "stdio.h"
Instead of just <stdio.h> or "stdio.h".
Jun 24 '07 #5
try to use #include "stdio.h" instead of <stdio.h> ..if it doesn't solve ur problem then probably stdio.h is missing in ur system..
If it is missing,then what should I do and How?
Thanks...
Jun 24 '07 #6
I have had that problem before, either you do not have stdio.h on ur system (check the folder that stores header files for your compiler) or you need to make sure you write:

Expand|Select|Wrap|Line Numbers
  1. #include "stdio.h"
Instead of just <stdio.h> or "stdio.h".
I tried but it still shows the error..
Jun 24 '07 #7
weaknessforcats
9,208 Expert Mod 8TB
I tried but it still shows the error..
Have you found stdio.h on your hard disc? If you can't find it, then it obviously can't be opened.
Jun 24 '07 #8
svlsr2000
181 Expert 100+
If you are using turboc compiler you need to set user include path to directory where you have installed. By default it is set to c:\tc if you have installed somewhere you need to check the path.
Jun 25 '07 #9
check the include directories in options menu check the path given is correct or not
Oct 11 '10 #10
your solution is right !
Oct 26 '10 #11
Thank you very much Priyachandran.
Sep 22 '12 #12
I had the same problem and did not find any answer on the internet for solving it. Then i tried it myself and fixed it.Try these easy steps hopefully it will work >
Go to the folder where you installed TC(usually it is Program files>TC). There you will see all the necessary directories of TC like BIN,INCLUDE,CLASSLIB,LIB, etc .
Then go to the folder named INCLUDE.From there Copy the "stdio.h" and "conio.h" files and Paste them in CLASSLIB > INCLUDE
Apr 7 '18 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to...
1
by: Nuray | last post by:
Hi, I´ve just tried scribble sample function. I got this message fatal error RC1015: cannot open include file 'afxres.rc' but the file is in C:\Program Files\Microsoft Visual...
2
by: unknown | last post by:
I compiled as following (e.g) cl first.cpp but following message ↓ Cannot open include file "windows.h" :Such a file or directory What compile option is used in dotnetframework SDK 1.1 or...
1
by: P2P | last post by:
Hi All, i did compile my project on VC 6 without winsock6.h problem but if i port to VC2005 then i get this error when compile: Cannot open include file: 'winsock6.h': In Tool->Option->VC++...
8
by: curious2007 | last post by:
Hello, I am getting the following error: 1>main.cpp 1>c:\program files\microsoft visual studio 8\vc\include\comdef.h(24) : fatal error C1083: Cannot open include file: 'ole2.h': No such file...
4
by: mohanselvi28 | last post by:
How to solve this error- Unable to open include file 'STDIO.H' --------------------------------------------------------------------------------
3
by: bakhshish | last post by:
I get error message when I start my first C++ Programme.Error is as give below:
4
by: mizaki100 | last post by:
But when i check the include folder i found an STDIO h file what does it mean i am a beginner thanks in advance
1
by: adroit sundar | last post by:
I have specified exact directory name. I am using windows 7 64 bit os. I am using c in dosbox.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.