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
I'm taking cs50 course, and the internet service in my country is poor, so sometimes I want to make some codes which has cs50 functions in it offline.
BTW, I installed mingw-w64 to PATH
The text was updated successfully, but these errors were encountered:
Where should I run this command?
2. Compile the Source Code: Compile the cs50.c file using the following command (ensure both cs50.h and cs50.c are in the same directory): gcc -c cs50.c This command creates a compiled object file named cs50.o in the same directory.
Compile the cs50.c file using the following command (ensure both cs50.h and cs50.c are in the same directory):
cs50.c
cs50.h
gcc -c cs50.c
This command creates a compiled object file named cs50.o in the same directory.
cs50.o
Sorry, something went wrong.
I'm taking cs50 course, and the internet service in my country is poor, so sometimes I want to make some codes which has cs50 functions in it offline. BTW, I installed mingw-w64 to PATH
I want to can coding offline i want this toooooo please help meee too if you succed😂
seriously how to install cs50 library to windows?
have you had an answer yet?
No branches or pull requests
I'm taking cs50 course, and the internet service in my country is poor, so sometimes I want to make some codes which has cs50 functions in it offline.
BTW, I installed mingw-w64 to PATH
The text was updated successfully, but these errors were encountered: