StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

AnT

Rating
1632.82 (827th)
Reputation
267,512 (149th)
Page: 1 2 3 4 5 ... 76
Title Δ
cannot convert 'double (*)[4]' to 'double**' in ass... -1.55
Why does this C function have side effects? -0.68
generate a random point within rectangles' areas uniformly (som... -1.25
Why does C use statement as for-loop's condition? +1.22
C/C++ rand() function for biased expectation +0.64
Difference between 'char *args[]' and 'char **argv'... -0.31
when naming C code variable how can you identify variable name inte... +0.03
struct definition within a struct 0.00
sprintf variable number of pointers from an array -2.50
Understanding the prototype of shared_ptr aliasing constructor +1.18
C struct of structs initialization -1.71
Why am I getting "undefined reference to main" -0.56
Clamping to next lowest value in a series +0.92
Object cannot access its private data. error : private in this cont... +0.52
Member variable resetting back to 0 +0.28
Is 1[&array] a proper replacement for &array[sizeof(array)/... -1.54
Why does the if-statement not return a value in C++ 0.00
Does Visual Studio 2017 fully support C99? -2.49
Can (a == 1 && a == 2 && a == 3) ever evaluate to t... +1.36
How come I can compare a char with an int? +0.87
Char** array first element being modified magically -2.36
How does the UnaryFunction look like in std::for_each +1.48
Why can't I simply assign values to string as I can for integer? 0.00
C++ linker strange behavior: static member variable -0.25
C++11 decltype returns the right type, but code doesnt compile 0.00
Printf prints more character than those contained in my string 0.00
Fastest way of interchanging 0s and 1s in a 2D list -1.01
C using typedef or #define to define structure +0.69
c: scanf reading integers +1.37
Type macros in C++ 0.00
Why header file sees source file's includes? -0.71
how to free an allocated array in a function in c -2.24
C global and local variables 0.00
how doest subsets of subsets iteration works? -0.19
How to evaluate the statement *ptr1++ = *ptr2++? +0.27
Are VS static strings writable? +1.34
Did I break the C compiler? +1.03
Structure definition in C +1.08
Retrieval of value back from C++ map<T, const T&> returns... +0.26
Why doesn't converting constructor called in template class? 0.00
error: binding ‘const double’ to reference of type ‘double&’ di... +0.28
What is causing the "error LNK2005: already defined in .obj&qu... 0.00
Not getting a proper answer 0.00
C++ implementation in header issues +0.27
How pointer to member know which member it bind? +1.29
Perlin Noise function - values way out of range 0.00
std::stod throws out_of_range error for a string that should be valid -1.53
What is the purpose of bitshifting by 0 0.00
Why following C program is showing an error? 0.00
C - operator ? - operand types are incompatible ("int" an... +0.87