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 ... 11 12 13 14 15 ... 69
Title Δ
values changing while saving or reading float and double values to... 0.00
Example of extern global variable - Error 0.00
Why don't I get a "conflicting types" error when func... +1.25
why the result type of two operand should match the type of the ope... -3.24
How getc is defined? -0.50
Does macos come built in with the clang compiler or is built in wit... 0.00
Why is MSVC preprocessor concatenating tokens differently than GCC... 0.00
why *y = z binds y to the mem address, but *y = *x takes only a val... 0.00
Why a function with no arguments works, but a function with void as... +0.58
Does the same floating-point calculation producing different result... 0.00
Is the array to pointer decay changed to a pointer object? +1.45
Assembly instruction reading, leaq +1.20
How to create an array without knowing the size in c language +0.29
FFTW single-precision library outputs incorrect DFT when using SIMD... +0.30
IEEE-754 Standard 0.00
Floating point number representation +0.93
what is the difference &p and *p_p in C? +0.09
C program to display negative numbers through decimal, octal and he... 0.00
Get memory granularity of a processor +1.47
Assigning a variable to a specific memory location +0.79
About function pointers in C -1.90
why does my gcc allow this empty function with pointer return type? +0.30
How does free () frees memory when 0 is encountered? +1.13
Regarding if else statements in C language +1.07
isspace() function return true even if the string doesn't conta... 0.00
Float operations using double +0.32
A library quesion regarding externs 0.00
During less than or equal to comparison what comparison is evaluate... 0.00
CS50 recover segmentation fault -1.77
Numpy array_equal and float exact equality check 0.00
Assigned negative value to char in c prints "?" on macOS 0.00
2D array of 0's ruining logic of unrelated loop - C++ 0.00
Access to a Struct inside an Union 0.00
Floating point multiplication on VC++ 2008 express 0.00
Conditional Preprocessor macro expansion in C -2.36
A problem about IEEE 754 floating point operation +0.91
Why does getch() output 10 characters on first run (line) but 9 cha... -0.71
Including this file causes a bunch of unknown type errors [C] 0.00
Declare an array with pointer in C 0.00
Float distance for 80 bit long double 0.00
Is arr, *arr, arr[0] and &arr[0][0] the same in C? -1.00
How to check whether a u64 number larger than 2 ^ 54 is divisible b... 0.00
Please explain This output.Value of float variable do get typecast... 0.00
Can I retain precision in Java if I make no operations to a double? -0.27
why scanf doesn't read zero -0.25
Problem "note: expected ‘char **’ but argument is of type ‘cha... 0.00
How do you decompose color by using modulo operator in C? 0.00
ARM, VFP, floating-point, lazy context switching +0.30
What is a dispatch table? How can I implement it in C? 0.00
Is there no problem using enumeration without declaration of enum v... -0.92