We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code can't run on any other compiler than Turbo c/c++.
1.) D:\Codeblocks\Library\main.cpp | fatal error: fstream.h: No such file or directory|
2.) clang++-7 -pthread -std=c++17 -o main main.cpp main.cpp:2:9: fatal error: 'fstream.h' file not found #include<fstream.h> ^~~~~~~~~~~ 1 error generated. compiler exit status 1
The text was updated successfully, but these errors were encountered:
Hi, I made a pull request to solve this issue #4
Sorry, something went wrong.
No branches or pull requests
This code can't run on any other compiler than Turbo c/c++.
1.) D:\Codeblocks\Library\main.cpp | fatal error: fstream.h: No such file or directory|
2.) clang++-7 -pthread -std=c++17 -o main main.cpp
main.cpp:2:9: fatal error: 'fstream.h' file not found
#include<fstream.h>
^~~~~~~~~~~
1 error generated.
compiler exit status 1
The text was updated successfully, but these errors were encountered: