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 ... 32 33 34 35 36 ... 69
Title Δ
C minimal standard requirement +1.28
How do I dynamically allocate memory for specific elements in a mat... 0.00
What do return 0,return 1 & return -1 mean and what they return... 0.00
System function doesn't output anything 0.00
How to check if input is numeric(float) or it is some character? -1.54
Complete eval_strfrac(s, base), so that it returns its floating-poi... 0.00
What type is used in C++ to define an array size? -1.61
C - Walking one and zero test, rotating through carry 0.00
Why is it Illegal to create a Pointer to a Pointer that points to a... -0.36
How to perform a multiplication to a floating point number represen... 0.00
Reversibly encode two large integers of different bit lengths into... +0.30
When printf a string we are not using *. Why? +0.29
What code is more CPU expensive: while(*p) or while(i--)? -2.34
The function of "main" address remains unchanged. Why doe... 0.00
Generating random numbers in ranges from 32 bytes of random data, w... -2.43
I am getting a nan error when doing loops +1.10
Trying to pass maximum number of characters read by scanf through #... 0.00
Problems with palindrome in c -0.21
Discrepancy between frexp and ldexp 0.00
How do I fill an array with random numbers such that they are diffe... -0.97
Maximum scientific notation? +0.29
return a pointer in C, find value in string +0.58
How to understand this pointer to a data structure in C? -0.37
Variable declaration in function prototype and in block code : diff... +0.16
When to use static arrays vs dynamic arrays C 0.00
What is happening in "? :"? I have no idea about the retu... +0.84
Why the result of pow(10,2) 99 instead of 100? 0.00
Ambiguity in sprintf about returning '%' character -0.24
What does this obfuscated C example do? +1.11
How to use pointers to manipulate bits of a particular register in... -0.51
How to declare a struct pointer object/variable as an extern? -0.76
Clarification on "saying" pointer declarations +0.85
C - Can you free individual memory adresses of an array allocated d... +0.56
Accessing 2D array elements by array names and pointers in C +0.29
Same memory location assignment for two static variables +1.69
Converting 32-bit integer value to unsigned 16-bit integer 0.00
How to get the number of arguments required by a function 0.00
How can I make sure that there is no limit to how long a password c... -1.68
Using Switch With MACROS -0.22
What is a suitable tolerance for expecting n floats to sum to 1 -2.86
Overflow in casting in C +1.35
C - Reshape 2D array in runtime -0.72
Where does local const variable will get stored? +0.29
Is there a limit to the length of a macro's contents? -2.05
How to excluding printing last character +0.30
The void type in C +1.38
Why does std::cout print REALLY small scientific notation values in... -0.21
Why is it OK to initialize global variable with result from inline... -0.66
Why can't float represent pow(2., 60.) correctly? 0.00
What is the rationale behind the strict aliasing rule? +0.94