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 ... 16 17 18 19 20 ... 69
Title Δ
C weird behavior when dividing two floats 0.00
Consider a C variant, where comparison operators return all bits se... +0.26
How do I solve this mystery number problem? +0.27
Why does a one-bit `int` bit-field have values 0 and −1? +0.26
error: cannot specify -o when generating multiple output files 0.00
Why can this type not be resolved? -0.68
Incorrect size of a pointer -0.66
2 dimensional field and its declaration in function, when you do no... 0.00
Random digits printed when printing more than 6 decimal digits in f... 0.00
Nested FIRST_ARG macro 0.00
Python multiplication losing floating point precision -2.85
Why do we need to declare enum variables? (C) +0.71
Weird matrix array behavior in C 0.00
Converting Double to Float and vice versa manually 0.00
Function is getting only the first variadic argument value right 0.00
Insert an item in an array inside a structure - pointer issues? 0.00
Integer overflow and Multiplication of integers in c++ 0.00
Why the output is different how ever the formula is the same? 0.00
What is the difference between static const int and static int const? 0.00
Non-negative integer? 0.00
Power Set using Recursion 0.00
Is the order of arguments in a function call important? 0.00
How the the output will be printed? 0.00
C macro expansion including compiler switches 0.00
Is it possible to Inherit from a structure without having another i... 0.00
How do variable types affect pointer arithmetic work in C? -1.46
Comparing an integer variable with character +0.52
What does the ! character do in ARM assembly? 0.00
Compare defined expressions as text +0.70
function-like macros and variables +1.61
Arithmetic comparison to avoid floating point errors +1.09
Difference of two gettimeofday() calls gives negative number 0.00
How to check against negative numbers (by user input) that are itse... +0.26
zsh export with one argument does not seem to actually create envir... -2.88
How to include -D_POSIX_C_SOURCE=200809 when you compile the code +0.25
What is the use of "*&" in the code below +0.30
memset and (&, >>) symbols in C +0.27
How to understand that convert half-precision pointer to unsigned l... 0.00
Units In The Last Place - Intuition 0.00
Why is a defined function put in the relocation table 0.00
Do variable length arrays start with default 0 values in C? +1.11
Computing recursively defined string 0.00
boolean values, run time error if not 0 or 1 -1.78
What does (*(int *)&(w)) mean in c programming? +0.49
Average of a subset in an array which is out of bounds with constan... 0.00
In a bitfiled structure does the controller read whole value or the... 0.00
Purpose of function prototypes 0.00
Check if double are given with a specific accuracy -0.75
Why can't you store an extremely large single value in a dynami... +0.53
Why can't I use ~0 to initialize signed char? +0.27