libcs50 icon indicating copy to clipboard operation
libcs50 copied to clipboard

This is CS50's Library for C.

Results 44 libcs50 issues
Sort by recently updated
recently updated
newest added

I even installed gnu make in msys2 for mingw 64 its always shows this error ```$ make install mkdir -p /usr/local/src /usr/local/lib /usr/local/include /usr/local/share/man/man3 cp -R /usr/local cp: missing destination...

How do you add cs50 to codeblocks?

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...

Hello, after an error-free compile and install, the first time I try to compile a program with the libcs50 headers, I get this error: ``` cc runoff.c -o runoff Undefined...

This is a confusing encounter. Has anyone ran into a segmentation fault before? are there any good websites that can walk me through it? thanks

Not sure where else to ask this question. This is about the manual building of libcs50 on Linux: The Makefile for libcs50 overrides the local CFLAGS and LDFLAGS. Is this...

Added sudo for every privileged operation needed when running `make install`. This is supposed to make the installation of `libcs50` go buttery-smooth for people who want to try solving C-related...

When users attempt to include the cs50.h header for C on Fedora 39 via command ``make -lcs50 phonebook`` they will run into the following output: ``cc phonebook.c -o phonebook /usr/bin/ld:...

sudo apt update ; sudo apt install libcs50 Hit:1 http://archive.ubuntu.com/ubuntu lunar InRelease Get:2 http://archive.ubuntu.com/ubuntu lunar-updates InRelease [90.7 kB] Hit:3 http://archive.ubuntu.com/ubuntu lunar-backports InRelease Get:4 http://security.ubuntu.com/ubuntu lunar-security InRelease [90.7 kB] Ign:5 https://packagecloud.io/cs50/repo/ubuntu...