StackRating

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

Eric Postpischil

Rating
1674.77 (285th)
Reputation
91,475 (854th)
Page: 1 ... 5 6 7 8 9 ... 69
Title Δ
Would negative 0 be an issue in this situation? 0.00
error: Dereference of undefined pointer value -2.56
How can I detect if the size of something has changed with floating... -1.07
C Code type declaration of parameters outside of of parameter list 0.00
gcc - error: lvalue required as left operand of assignment -0.20
Using user input value of unsigned char instead of the generated va... -1.56
If this is undefined behavior then why is it given as a seemingly l... -0.73
Repetition code in C isn't working for large numbers +1.07
In C, why are the first members of a struct frequently "reset&... -1.86
Calculating Variance with Constant memory/Without using arrays -0.21
Although using typedef of an data type before define it, no error f... -1.15
Missing parenthesis when using macros in C? 0.00
Floating point number to decimal number 0.00
Quasi "If" in switch/case 0.00
weird behaviour of memcpy -0.42
cfenv rounding behaviour in C 0.00
What explains the range of a double in java? +0.27
Pointer arithmetic on "neighbour" declared variables 0.00
What does the "*" mean in various pointer scenarios? +0.30
Does the unlink function in C deallocate memory as well? +0.38
Convert binary arbitray-precision floating point to any base 0.00
c - pointer as an initializer for an object with static duration 0.00
Need help understanding what this C code does 0.00
Writing to unaligned storage 0.00
Is a C struct of all-packed fields except first one different from... 0.00
memcpy() for a bare-metal environment -1.30
How can a function return a struct without using malloc? 0.00
C99 nested arrays undefined behaviour 0.00
C: Problem using pointers to update variable in main from different... 0.00
Cast int (*a)[4] to int *p -0.64
Is `size_t` part of the standard library, or part of the C language... 0.00
What does `int j = i + rand()/(RAND_MAX /(curr_pos-i) + 1);` mean? -2.47
How compiler handles a non-zero null pointer value in C? 0.00
Adding two large double numbers in C gives an incorrect result +0.91
What does the character "%XX" mean in C language? -1.18
Is `function-definition` a `declaration`? +1.82
Overflow and underflow in unsigned integers -0.87
What happens when evaluating `int x = -2147483648`? -0.16
How to understand the result of adding a big float to a small double? +1.07
when is sign extension done? +1.74
Unsigned integer overflow in comparison expressions +1.41
Floating points : Is it true if a > b then a - b > 0? +1.34
Realloc only if the memory address doesn't change 0.00
Double nested parentheses throw an error inside macro when using th... -2.20
Trouble understanding indexing array +0.77
C - where is the signed bit in the negative char—(-128)—when it'... +0.06
When are explicit casts actually needed? 0.00
Why this algorithm to determine is divisible or not work? 0.00
Why when I swap those 2 lines the program doesn't fill the array 0.00
std::fmod abysmal double precision -0.30