Search code examples
The login form doesn't work at all (using flask) in cs50 web pset 1...


pythonflaskcs50

Read More
Attempting to print in C when creating functions...


cfunctioncs50

Read More
Why does my code not return the required output after prompting user...


ccs50greedy

Read More
My Cs50 Caesar cipher program works but it won't pass the check50 tests...


ccs50caesar-cipher

Read More
Check50 doesn't seem to compile while clang and make show no errors...


compiler-errorscs50

Read More
Why is my CS50 code not working and why my code keeps overflowing or giving a value of 1?...


ccs50greedy

Read More
Passing multidimensional arrays as arguments in functions in C...


cmultidimensional-arraycs50

Read More
Why do I get a new line which is not there...


ccs50

Read More
Computer Memory Allocation for Duplicate Inputs...


cmemorytypescs50

Read More
Can You check where I have my error in implementing Recursive merge sort function in C?...


carraysrecursionmergesortcs50

Read More
malloc vs array in C...


cmemorycs50

Read More
PSet 3 - CS50 - Binary Search Implementation...


ccs50

Read More
COUNT returns the number of all rows even the one excluded with except...


sqlcs50

Read More
CS50 2019 Vigenere - second loop...


ccs50vigenere

Read More
My variables aren't working, keep recieving 'expression result unused' error...


cvariablescs50

Read More
How do I get my do while loop to work in C?...


cdo-whilecs50

Read More
Segmentation Fault for a Program that Indexes Words from a File...


ccs50

Read More
CS50 Mario (More Comfortable) Error. why are my Pyramids not Aligning properly?...


ccs50

Read More
Using a for-loop in C to test the return value of a function...


cloopsfor-loopcs50

Read More
trying to write a letter counter in C...


ccs50

Read More
identifying char ' in C...


ccs50

Read More
What Does "Error: Variable is used unitialized Whenever "if" Condition is False"...


ccs50

Read More
error: result of comparison against a string literal is unspecified (use strncmp instead) and Check5...


cstringconditional-statementsstring-comparisoncs50

Read More
Why is this SQL query not working? CS50 Pset7 - movies...


sqlsqlitecs50

Read More
Check 50 Error in Cash App for CS50 Harvard...


ccs50

Read More
how to input two conditions in a For Loop?...


cloopsfor-loopconditional-statementscs50

Read More
Why Is This Simple Multiplication Function Not Returning Anything When Called in Main?...


cfunctioncs50

Read More
Creating Django Forms from Querysets...


pythondjangosqlitecs50

Read More
How can I reject an alphanumeric command-line argument (i.e. ./main 20x), but not a solely numeric o...


ccommand-line-argumentscs50

Read More
Cs50 Speller Uninitialised value was created by a heap allocation error...


cvalgrindcs50

Read More
BackNext