Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cs50

Why can an array used in fread/fwrite in a position of a buffer be written with or without & and yield the same result?

How do you take an id from a django model form, use it as the url, and get all the data from that value from the form?

Is there a way to make a function for calculating 10 to the x exponent in C? "ten_to_the(x exponent)"

c cs50

How can I multiply a string in the C language? [duplicate]

c cs50

Using crypt() from crypt.h

c pointers cs50 crypt

Variable types in C and who keeps track of it

c cs50

Why is implicit declaration of gets() not allowed in C99?

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

c cs50

Beginners question - Why does C use * to declare a pointer and not &?

c cs50

Multiple type specifiers in declaration list

c for-loop declaration cs50

Why is my loop not going infinite

c cs50

How does ftell affect a binary file being read in mode 'r' instead of 'rb'?

c file binary cs50

CS50 tideman - :( lock_pairs skips final pair if it creates cycle

c cs50

Why is it okay to declare a STRUCT inside a nested loop?

c cs50

How can I improve spell check time in C program?

Include an external library in C

c cs50

tolower() Function not Working in C99

c cs50 tolower

C - Undefined symbols for architecture x86_64 when compiling on Mac OSX Lion

c macos osx-lion x86-64 cs50

malloc vs array in C

c memory cs50

What do .c and .h file extensions mean to C?

c file-type cs50