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 ... 27 28 29 30 31 ... 69
Title Δ
why am i getting compilation error "error: conflicting types f... -2.33
Does a struct declaration live after the scope where it was declare... 0.00
Having error when pushing global linked list *sometimes(randomly)* 0.00
Making integer look like a hexadecimal value? -2.58
How to prevent floating point error in point-polygon sliding collis... 0.00
Taking the address of a conditional expression 0.00
Function returns but does not do what I asked for 0.00
is there no floating point error on a / b == ka / kb? +1.36
Why does free() leaves stuff in memory? 0.00
Which element would be incremented by the following? -0.70
Is it possible to output a variable from a header file? +2.28
fread removes a different previously assigned character string 0.00
why the array elements stores the value of n-1 instead of n +0.82
Why can't I print the pointer value that has been initialized w... +0.89
Is the first variable address fixed in main function? -2.44
Compare two float variables in C++ +0.95
Why doesn't str != "hello" && "goodbye&q... +0.30
How to handle data or char -1 when reading from file, since EOF is... 0.00
store three bits value to unsigned char array 0.00
Updating a variable's value in a struct cause another variable... 0.00
how to convert int type to ieee754? -2.85
value of members of unions with bit-fields -0.73
Why Array of Pointer and Array giving same output +0.31
type casting long double to long long +0.77
How does compiler know about dimensions of array if there is no gua... 0.00
determine if something is printed on the console or not 0.00
Why does rounding the floating-point number 1.4999999999999999 prod... 0.00
What is the (condition) ? val1 : val2 statement called? -0.69
How to typedef a forward declaration? -2.58
Will a const variable in a structure go to RAM upon structure varia... +0.76
Defected value when passing a matrix by pointer 0.00
C: prepend a literal to all strings in an array, while retaining ac... +0.83
How to dynamically allocate memory without affecting other data all... 0.00
How to generate a pre-processor definition using arithmetic? +0.31
Is relying on GCC's/LLVM's `-fexceptions` technically undef... +1.67
C#: Wrong result when converting expression with floats to int 0.00
Idiomatic way to convert char to int as an argument to isspace? 0.00
C++ program not decrementing correctly 0.00
Will division result of 2 numbers with the same ratio always be the... 0.00
How to fix "incompatible pointer type" error in C? -2.47
How to achieve maximal accuracy in the sum of series calculation? +0.31
Does terminating a program reclaim memory in the same way as free()? +0.82
Restricting the size of data structure being created +1.61
Program running slower when doing less calculation in N-body simula... 0.00
Does C assignment and parameter passing result in implicit casting,... -0.42
When/where are local arrays allocated? +1.17
Precision of floating-point data types in C++ -1.69
2-D Arrays and pointers -0.19
Is this gcc/clang past-one pointer comparison behavior conforming o... 0.00
What does this particular IF statement in C actually do (that also... +1.43