473,396 Members | 2,039 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,396 software developers and data experts.

Unable to open include file 'stdio.h" in turbo c

But when i check the include folder i found an STDIO h file what does it mean i am a beginner thanks in advance
Jun 30 '10 #1
4 15765
Banfa
9,065 Expert Mod 8TB
It means you compiler is configured incorrectly and is not looking in that directory.
Jun 30 '10 #2
Dheeraj Joshi
1,123 Expert 1GB
Check the directory where include files present is same as which is pointed by your compiler?

Regards
Dheeraj Joshi
Jun 30 '10 #3
donbock
2,426 Expert 2GB
Filenames in DOS and Windows are not case-sensitive. Your program's attempt to include stdio.h will be satisfied by a file named STDIO.H. Don't let the uppercase filename worry you.

You want to be careful to pretend you never noticed the file on your system is called STDIO.H. Your source code should still refer to the standard all-lower-case filename. Some day your program might be ported to an environment that more closely matches C and unix norms.

It is customary to use angle brackets around the names of standard library headers:
#include <stdio.h>

Some compilers use a different directory search list for angle-bracket includes; for other compilers there is no difference between quotes and angle-brackets. No way to know what your compiler does until you give it a try.
Jun 30 '10 #4
Just check the directory settings in your IDE. I do not exactly remember since haven't used it much in the past 6/7 years. But if you know the path to the header file, update the existing path in your IDE with the correct path and it should be alright.

Hope this helps!
------------------------------
Hum...keh tehre ajnabi itni mulaqaton ke baad...
Jun 30 '10 #5

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

Similar topics

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...
6
by: Jofio | last post by:
I have a .h (header file) linked using #include<...>. I also have a .cp file which i don't know how to include in the header of my "main" file. I have the following c++ file. The file names are:...
8
by: someone | last post by:
I'm making an program that encodes text, and then writes it into another text file. The problem is that I can't seem to get the "file exists" checking right. If I use the command (coder is the...
1
by: Tino Alves | last post by:
Hi there, I'm newly here, and a beginner too. I'm tryng to open a file that realy exists, but I cannot do that. I'm using the Turbo C++ 3.0 compiler and my code is: #include <stdio.h>...
10
by: Eric | last post by:
Hello, I have some server side includes on a Classic asp page that look something like: <!-- #include virtual="/includes/file1.asp"--> <!-- #include virtual="/includes/file2.asp" --> <!--...
2
by: mythilikumar | last post by:
Iam unable to complie my c programs? it shows out an error as "unable to include stdio.h" what to do,i feel that there is some problem in my computer what is the rectification?
2
by: CGatto | last post by:
Hi, We have just started getting the following error during compiles of our forms-based application. We are developing in VS2008, VB.Net, with Team Foundation Server-based source control. ...
4
by: lerroy | last post by:
i am a B.C.A. student and I cannot open all header files like "#include <stdio.h>" after compiling it shows me "could not open include stdio.h" or something like that. . .. .i have installed windows...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.