Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cs50
How can I multiply a string in the C language? [duplicate]
Mar 16, 2023
c
cs50
Using crypt() from crypt.h
Mar 11, 2023
c
pointers
cs50
crypt
Variable types in C and who keeps track of it
Jan 31, 2023
c
cs50
Why is implicit declaration of gets() not allowed in C99?
Jan 31, 2023
c
clang
c99
cs50
gets
How do I get the printf at the end of do while loop to be executed? it just skips it
Dec 19, 2022
c
cs50
Beginners question - Why does C use * to declare a pointer and not &?
Dec 20, 2022
c
cs50
Multiple type specifiers in declaration list
Dec 10, 2022
c
for-loop
declaration
cs50
Why is my loop not going infinite
Nov 30, 2022
c
cs50
How does ftell affect a binary file being read in mode 'r' instead of 'rb'?
Oct 15, 2022
c
file
binary
cs50
CS50 tideman - :( lock_pairs skips final pair if it creates cycle
May 19, 2021
c
cs50
Why is it okay to declare a STRUCT inside a nested loop?
Sep 13, 2022
c
cs50
How can I improve spell check time in C program?
Oct 16, 2022
c
algorithm
performance
hashtable
cs50
Include an external library in C
Mar 07, 2022
c
cs50
tolower() Function not Working in C99
May 28, 2019
c
cs50
tolower
C - Undefined symbols for architecture x86_64 when compiling on Mac OSX Lion
Jun 05, 2019
c
macos
osx-lion
x86-64
cs50
malloc vs array in C
Jun 18, 2022
c
memory
cs50
What do .c and .h file extensions mean to C?
Aug 25, 2022
c
file-type
cs50