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 ... 18 19 20 21 22 ... 69
Title Δ
C - Why does my code break when removing unused variable declaration 0.00
Most efficient way to find an intersection between two sets of numb... +0.27
Local Variable retaining Value in Function -0.84
Understanding "Carat" functions in C? 0.00
Understanding memory ownership models in C -2.02
ternary operator and goto in c, executing both +0.27
scope of static variable in c 0.00
Recursive factorial function program returns 0 for large number inp... -0.92
How to simplify or make a repetitive code more efficient? -0.21
Difference in creating a struct using malloc and without malloc +0.45
Decompose a floating-point number into its integral and fractional... +1.62
typedef struct commands differences -0.21
When do I use heap in C? +1.10
Incompatible pointer types with array of structs -2.68
Why can't I access a pointer to pointer for a stack array? +1.08
Is the following big-o notation equivalent to each other? -2.96
Why sum1 = 46 and sum2 = 48 +0.79
How to convert 32+ bit number (38bit) into a string on a 32bit syst... +0.26
gcc prints no such header file when compile it from upper level fol... 0.00
Modulo operation on power function +0.02
Are uninitialized members of partially-defined static objects guara... 0.00
Two questions about a simple mystery function involving pointers +0.80
Comparison of double and float - Implicit casting +1.24
calculating with very big numbers in c +0.51
Unexpected C behavior involving pointers 0.00
What is the difference between XOR in parenthesis and without in C... +1.02
How are assembly directives instructed? +0.84
Compiling without main function (MacOS) +0.27
How does using decimal for money avoid the floating point problems... -0.41
C Sizeof char[] in struct -0.79
why is printf giving different outputs to the same statement? 0.00
Explain how specific C #define works +0.67
how do you intercept the address of an instruction that is writing... 0.00
How is text segment made read-only? +0.15
Complexity to find if there is a missing element in an array -2.73
Why can bool and _Bool only store 0 or 1 if they occupy 1 byte in m... -1.39
void *ptr = (int *)&a; does it not typecast the pointer -1.28
Use of isupper function 0.00
GCC: Should undefined behavior of overflows preserve logical consis... -0.54
In c or c++ can a loop have both "do" and "while&quo... -0.55
What is the meaning of the STAGING_DIR variable in makefile 0.00
Is it undefined behavior to cast from a struct with a flexible arra... +0.56
Is free required for the temporary variable when you swap dynamic a... 0.00
Are memory addreses portable in C? +1.64
How to compare float variable with double in C? +0.25
Skipping www in file hosts 0.00
How do you show the decimal places from 0 to how many ever decimals... 0.00
What is the difference between 'ptr = &array[index]' an... -2.79
Why does adding two float numbers give an integer in C++? -2.73
what does using typedef mean when used without an existing definition +0.84