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

Make it compatible to other compilers #1

Open
sainipulkit0007 opened this issue Oct 1, 2020 · 1 comment
Open

Make it compatible to other compilers #1

sainipulkit0007 opened this issue Oct 1, 2020 · 1 comment
Labels

Comments

@sainipulkit0007
Copy link
Contributor

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

@theshubhagrwl
Copy link

Hi, I made a pull request to solve this issue
#4

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

No branches or pull requests

2 participants