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 2 3 4 5 ... 69
Title Δ
What does realloc do with the freed memory, if I can still read the... +0.28
How to assign real and imaginary parts of complex variables in C +1.01
C how to print address as a decimal value (not hex) without compile... +2.01
Why memory is being modified without explicit modification +1.27
Is assignment x=1; always an undefined behaviour according to C17? 0.00
When a 64bit int is cast to 64bit float in C/C++ and doesn't ha... -0.05
Double rounding error, even when using DBL_DIG -0.71
About matrix operations -0.28
Is providing the ability to violate "shall" requirement w... +1.42
Double precision is different in different languages +1.64
How to change byte order of a float in C -1.16
fscanf not breaking fully spliting a file 0.00
Why does printf() in the parent almost always win the race conditio... +0.55
Is assignment of bit field with different Endianness implementation... -2.29
Different values when converting from float to integer 0.00
What is this strange error in my c program? 0.00
C - Should I use quotes or brackets to include headers in a separat... +1.57
Effect of type casting on printf function 0.00
What does the compiler (in C) do when converting a string into an i... +0.89
Why do the following C expressions involving pointers not evaluate... +1.44
In what situation do we get nan in c++? 0.00
Implementing 8-Connectivity Hoshen-Kopelman Algorithm in C 0.00
Compiler doesn't free memory after exiting a block? -0.21
Function clock() in C 0.00
warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int] warning in... 0.00
Why do different step sizes produce large numerical error while app... 0.00
convert from two bytes to a float -1.01
Passing array of pointers to a function accepting 2d array +0.29
How come the stack cannot be increased during runtime in most opera... +0.83
What does gcc mean here? 0.00
Init count loop variable out or inside the loop declaration in C/C++ 0.00
I am just curious to know why the following code does not give segm... -1.03
How can one protect a register from being overwritten during a func... -0.66
About const array parameter in c language 0.00
How fast is accessing a struct member in C? +1.42
Do any functions in the C standard library implicitly use `stderr`? 0.00
c initialize array and structs at the same time +1.64
Possible to initialize/assign a struct pointer? +1.47
Why this variable lies on same address 0.00
Is it possible to return an address of a const pointer argument in... 0.00
How to use typedef void* Handle to dereference a variable? +1.12
Can the qsort comparison function always return a non-zero value? +1.49
Ternary tree search anomaly? 0.00
Portability of realloc behavior +1.23
Why is this struct type "incomplete," and is it really so... -0.54
Is there a difference between a = -a and a *= -1 for floats in c++? 0.00
Initialization of c struct including union +0.29
converting array from binary to decimal 0.00
Should I include in the main file the headers that are already incl... +0.84
how many decimal digits does float supports? -2.21