StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

dbush

Rating
1674.89 (283rd)
Reputation
111,709 (609th)
Page: 1 ... 4 5 6 7 8 ... 90
Title Δ
How to strtok in C twice? +0.93
In C, how do I "directly" copy a struct to an array member? 0.00
How to write a infinite array program in c 0.00
(Beginner) Can't find the problem with this code in C, it retur... +1.21
Attempting to allocate a union to a void* in a struct 0.00
Can you help me find a problem with this basic C code +1.25
correct return type for C function? -0.82
Bitwise operators in if statements 0.00
what does for(); mean? what does this ; (semicolon) mean that comes... +0.55
Seg fault when initializing my queue's head/tail to NULL; +0.25
How to use fractions in C? -0.63
C Set Array size by strlen() +0.49
Pointer arithmetic, pointer to the end of a container +0.60
Is `declarator = initializer` in a declaration an assignment expres... 0.00
What rules in C11 standard determine the evaluation of `int tx = IN... +1.36
ASCII conversion into characters 0.00
Why do both of these C statements produce same outputs 0.00
What does the second part in usual arithmetic conversions in C11 st... -1.78
Why do we have to cast an array to type[] when initialising a point... +1.05
What does it mean by "if the value can be represented by the n... 0.00
What is the type promotion rule for a parenthesized sub-expression? +1.72
In C programming, where is a variable stored if it is declared as a... +0.79
Can I use function pointers to static functions like function point... 0.00
How to release the memory outside of a function if I forgot to rele... +0.84
Suspicious case statement syntax accepted by C compilers +1.45
How can this code be changed to have no vulnerability to arithmetic... 0.00
Converting C union to C++ union +1.45
How to handle typedef datatypes in C (generally speaking)? -2.68
Storing arithmetic operators in an array in C? 0.00
How to delete elements from the middle of a pointer array using fre... 0.00
Why does sizeof() operator return different output for static and d... +0.94
Doesn't exit the 'while' loop 0.00
How to save memory taking advantange of unused bits? -2.92
lvalue required as left operand of assignment error in c -0.74
How to catch a call to exit() (for unit testing) -1.72
My following if statement in my function is not working as expected 0.00
Bit Shifting: Shift Count >= Width Of Type +0.29
Is there any reason to prefer signed or unsigned integers to repres... 0.00
expected primary-expression before 'switch' -3.57
Is NULL a valid FILE*? -1.86
How does the static allocation of a protoent struct work? 0.00
Why does assigning a hex value give big-endian equivalent value on... +1.38
S_ISDIR and S_ISREG undeclared despite including the <sys/stat.h... +1.74
Why does fscanf(...) != 0 not do the same thing as fscanf(...) == 1? -0.74
Calling free with a pointer cast to one for a different type? -1.93
Sorting structures in C 0.00
Accessing a specific argument from a Variable Argument List in C 0.00
Too many initializer values while passing boolean array as function... +0.69
By changing the value from int to float the total value gets change... +0.25
Is it possible to call a function in a shared library that has not... +0.48