Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header files error #3

Open
ghost opened this issue Dec 13, 2022 · 3 comments
Open

header files error #3

ghost opened this issue Dec 13, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 13, 2022

#include<iosteam.h>is not recognized in dev c++
help me in that i m beginer in c++

@gnanaprakash2918
Copy link

Header files in C++ do not end with ".h" like in C programming language.
So to fix this problem all you need to do is to #include
there is a type in your header name as well

@bharathap94900
Copy link

Make sure to type the #include
You type #include

@Nirav-GCC
Copy link

Nirav-GCC commented Dec 14, 2023

Hi @TEFLX , If you are using vs code then here how to import all header files, you are facing issue because it is written in TurboC++ :
image

Now you can close the issue.

NOTE : write code as shown in upper Image It Is same for all IDE excluding TurboC++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants