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 ... 9 10 11 12 13 ... 90
Title Δ
Do I need to free the result of strerror() in C? -2.33
what is the difference &p and *p_p in C? -0.00
How to get length of contiguous memory pointed at by char* after in... 0.00
error: expected expression. I have to find the length of a sentence... 0.00
Why are “binary files” not in raw binary? +0.29
C parallel sorting +0.27
Why does function pointer in c does not have to be pointer at all? +1.05
K&R Milliseconds Calculation - Initialization - Type Conversion -2.68
How to avoid sprintf warning for uint8_t data type -1.07
Is it possible to crash this program somehow? +0.70
How to pass a dynamic struct by reference to change his size and in... +0.28
I dont understand y---3 statement +0.10
how to remove implicit function and conflicting error declarations... +0.27
How do I run compile and run a c file on an AWS EC2 Linux Instance? 0.00
How can I move -lm to the end using a makefile for c? 0.00
Do exec() calls fork for each command if passed a shell script? +1.97
Different array declaration in c while using scanf 0.00
C compiler not noticing errors and correcting code itself +0.28
Some issues with "read access violation" 0.00
Can I insert a node before current node in singly linked list using... +0.74
Converting array of bits to array of hex in C through bitwise opera... -1.71
sbrk - Valgrind doesn't report the memory leak -3.14
How to link main.c to another C file from different directory in Xc... 0.00
How can I have access into *argv[ ] in C? -0.75
How to parse through the structure variable 0.00
Why does a pointer gives a garbage/random value on initializing and... +1.27
What is the correct option ? Its C mentioned in the source I referr... 0.00
best practice regarding char pointers returned by functions -1.90
Converting char to int using typecasting makes 1s into 49 and 0s in... +1.06
Program crashes after having received too many send() messages in a... 0.00
Code wont multiply integers, Error invalid operands to binary + (ha... +0.28
What happens to the unspecified arguments in function()? -1.29
How to cancel waitpid if child has no status change? -0.63
What is the difference between "termination status" and &... +0.07
i get errors in for loop -1.07
Can't free memory when I set the value of a variable 0.00
How can i interpret this error, heap summary, unitilized variables? -0.44
C array of void pointers holding different value types -0.52
Is a Preprocessed C/C++ file machine-specific? 0.00
Union and value 0.00
How to create a universal library function in C? 0.00
Using void (*)() pointers for other functions +1.94
Why are "i = ++i;" and "i = ++i + 2;" undefined... 0.00
How does a function with a void array pointer argument know the siz... 0.00
What do 48 and 87 values refer to when converting hexadecimal to de... +1.06
dynamic array of strings, but i get heap corruption detected 0.00
Im getting a warning in C +1.43
How to assign value to multiple member a structure at once 0.00
strcmp returning true when comparing two char pointer values in c +1.46
Why if I declare a string array without any length specified, it st... 0.00