-
Notifications
You must be signed in to change notification settings - Fork 866
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
Include errors detect , cannot open source file "cs50.h" #328
Comments
are you on your local ide ? If yes, are you using windows, macos linux ? |
I guess it might be helpful for you |
Are you logged in as root? Because it causes problems when logged in as root because the 'root' user isn't told to that the "cs50.h" is a built-in library. You may download the source code of cs50 and put the files "cs50.h" and "cs50.c" to a directory on your workspace .
|
Question is, how do I know everything of this. |
while I am writing code #include <cs50.h>, it gives error "Include errors detect , cannot open source file "cs50.h".
The text was updated successfully, but these errors were encountered: