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 6 7 ... 76
Title Δ
How to fill array with specific number of 1's and 0's in ra... -2.41
Subtracting two pointers giving unexpected result +0.15
Why does "strcat" on an array cause overwriting? 0.00
How do you check if points within a grid are connected vertically/h... -0.97
Are C unions never padded at the beginning? -1.21
Behavior of "comma" operator in sizeof() operator In C -1.32
Why does sizeof(my_arr)[0] compile and equal sizeof(my_arr[0])? +0.44
Are the following statements equivalent in C? +1.24
Using offsetof to perform pointer arithmetic example +0.29
what *first is printing here in this code? +0.28
explicit qualification in declaration of 'std::cout' 0.00
does realloc free the existing memory? +1.47
Calling subclass (virtual) function (late binding), when not dealin... -0.18
How does the compiler allocate memory without knowing the size at c... +0.82
Strange cross-cast. How is it possible? -2.16
C++ LNK2001 Error When declaring Pure Virtual Function -1.74
Why doesn't library source file include its header -0.16
Is providing more initializers in an array initializer list than th... -1.27
Why enums have names in C? -2.10
Why does an initializer list cause 2 copies of data and not just th... 0.00
Output of C code in which character is assigned an octal number +0.02
Verifying a test for multiplication-overflow 0.00
why does builtin assignment return a non-const reference instead of... +1.53
Why does this pointer arithmetic not work? 0.00
When to use include guards? +1.30
Brackets used in C and their purposes +0.75
Program compiles and executes without header files turbo c++ 0.00
What's the purpose of the void cast here? 0.00
Am I right that &str[0] points to the buffer which is len + 1 s... +1.31
C - Stack allocated linked list +0.28
Is there an implicit '&' calculation when cast array to... 0.00
Trouble with C pointers when writing a linked list implementation +0.28
int x; scanf() with %d and printf() with %c -2.27
C++14 uniform initialization on structs -1.99
How to assign NULL to structure member -2.02
Why doesn't this "undefined extern variable" result i... -0.24
Passing pointer to struct, vs. passing void pointer and casting to... -2.88
boost error: ambiguous overload for ‘operator==’ 0.00
Why C++ doesn't allow derived class to use base class member in... +1.35
template class specialization : template-id does not match any temp... -0.67
Result of decltype in const methods +0.95
why didn't gcc decide inline-or-not for me for this function? 0.00
Allocate the memory of struct more efficiently in C++ 0.00
What to use std::optional or std::unique_ptr 0.00
Template function - Does the template override the normal functions -0.10
Does pointer casting really break strict aliasing? -0.24
Increment operation behaviour on signed char in C +0.82
C11 implicit conversion of chars, x % y +1.06
Why would I want a .* operator in C++? +0.61
What type is int(int)& or int(int) const &? -1.18