Dev C++ Stdio.h No Such File Or Directory
Log In Sign Up Read Contribute Search. Forum Categories. 'error: iostream: no such file or directory' and other errors. Programming Forum. Winscard.h no such file or directory in dev c; no such file or directory found for include windows.h; Fatal error: iostream: No such file.
I am writing a c++ code (or any sort of code for that matter) after one complete year. And yet I don't think I could have become so bad that I can't make a Hello World program. Still, here I am with so many errors.
Here's the code:-
Here are the errors I am getting :-
C:Documents and Settingsjay mata diMy Documentsc++hello.c|1|error: iostream.h: No such file or directory|
C:Documents and Settingsjay mata diMy Documentsc++hello.c|3|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'namespace'|
C:Documents and Settingsjay mata diMy Documentsc++hello.c||In function 'main':|
C:Documents and Settingsjay mata diMy Documentsc++hello.c|7|error: 'cout' undeclared (first use in this function)|
C:Documents and Settingsjay mata diMy Documentsc++hello.c|7|error: (Each undeclared identifier is reported only once|
C:Documents and Settingsjay mata diMy Documentsc++hello.c|7|error: for each function it appears in.)|
|| Build finished: 5 errors, 0 warnings |
I guess the problem's with the compiler or my computer (I am using codeblocks.) I ran the program online. It ran just fine. How can I rectify it?
- 4 Contributors
- forum 8 Replies
- 1,957 Views
- 1 Year Discussion Span
- commentLatest Postby pc75Latest Post
mrnutty761
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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
Comments
commented Oct 18, 2018 •
Hi there, I am trying to use
And the error I get:
I changed I also tried setting Now I see there is no |