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 ... 23 24 25 26 27 ... 90
Title Δ
GCC warning about assigning a pointer variable with an array? +1.66
void pointer and its assignment to the void datatype -0.71
How do I continuously generate a name for a file which is increasin... 0.00
printf is behaving in different ways...and taking address as well a... 0.00
Error lvalue required as unary '&' operand, when passin... 0.00
How can I write a C function to translate an integer to an English... 0.00
How to resolve errors with "undeclared" arguments, and/or... 0.00
C - error: incomplete definition of type 'struct name_s' 0.00
C's equality operator on converted pointers -2.71
Why the heap did not corrupt earlier? +1.03
Can we subtract NULL pointers? +1.08
Can there be unitialized bits if I assign unsigned int to signed int 0.00
How to use static variable to remember last passed argument -1.97
How to handle memory allocation in C +0.27
How bitwise or and not operator works? -0.90
What are the rules of how "close" to each other variables... +1.79
How to compare with If the value of two strings? 0.00
What will output to print a unrecognized int variable? +0.28
Not understanding the function of static int in C -0.94
What does the 2nd argument in strtoul() function do? +1.22
C: Forward declaring a typedef that will be defined later for being... 0.00
C programming homework question involving arrays 0.00
Omitting parameter names in C +0.27
Is there difference between using a while loop and an if statement... -0.74
variable defined in switch in C -2.65
Why doesn't ++i || ++j && ++k give the expected value +1.54
What motivates the concept of "pointers" in C, when the c... -1.14
How to generate multiple random numbers? -0.88
How to allocate an array of structs with flexible array members com... +0.57
how to use a file descriptor in a child process after execvp? 0.00
extern const Array Declaration/Initialization Error (invalid initia... 0.00
How to correctly convert stream of various (known) length packets t... 0.00
Creation of a variable and subsequently increasing its memory addre... +0.24
what is the valid assignment to string array pointer/ array name? 0.00
Why is my array holding garbage values/segfaulting after passing it... 0.00
The qsort isn't fully sorting everything 0.00
Global Variable not reading in Lexer function -0.11
Leaving switch in while(1) -1.78
How should I verify that an integer value passed in from argv won&#... +1.43
Opaque struct that has some private operations 0.00
How to return a character array based on a character passed to the... -0.29
I'm getting Segmentation fault (core dumped) while using getline 0.00
How is "while (a%5)" and "while (5)" not a synt... -0.73
How do i add two different arrays? 0.00
Initializing matrix variable in a C struct +2.28
Creating rational number from float gives imprecise results 0.00
How to avoid buffer overflow in c +0.85
Is it good practice to always include the standard headers? 0.00
C malloc segmentation fault using a 1-dimensional array -1.16
Passing pointer by reference in C +0.25