libcs50
libcs50 copied to clipboard
Code Blocks
How do you add cs50 to codeblocks?
Hey @Dcolonel6 you just have to add the cs50 flag to the linker settings. Go to Settings -> Compiler click on Linker Settings and add "cs50".
Hello there; even doing this on a W11, i get that error:
ld.exe||cannot find -lcs50|
I've put the .c and .h files that comes in /src folder where the codeblocks get they libs, but it only works when i make a
#includes <cs50.c>, if i try to use the .h file it throws a bunch of errors...