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 ... 76
Title Δ
C arrays on stack +1.05
Why doesn't my function really initialize the array? -1.25
Pointer to struct doesn't work properly? +0.46
C++ function pointer to class member +0.29
Why unsigned int stills signed? -0.86
C++, do functions know previously computed function values or do th... +1.05
Why are function bodies in C/C++ placed in separate source code fil... +0.88
gcc 7.2: warning: left shift count >= width of type +0.27
How can I have a pair with reference inside vector? 0.00
updating const in c programming -2.49
(Edit) How to dll export a template specialization in Windows, with... 0.00
Why do I have to do ctrl+z twice to break end of file? 0.00
Reach private struct from public function prototype -2.81
Do I need to delete current member data when overriding copy/move a... +1.25
Valgrind says "definitely leak" but is it? +0.31
format ‘%s’ expects argument of type ‘char *’, but argument 2 has t... -0.25
Why does the value of reference to const int(bound to an int) chang... +1.15
What made i = i++ + 1; legal in C++17? +1.76
Initializing a function pointer without the '&' operator 0.00
How is "void()" useful? -1.52
How to allocate a void* array on the heap? -0.49
Explain line of C code in qsort +1.03
Trying to demonstrate a case where extern for variables is necessar... +1.92
C - Member reference base type 'int' is not a structure or... 0.00
How come this use of stringstream doesn't work on linux, but wo... 0.00
Expecting an compilation error +0.72
clang error while compiling template 0.00
constructor with std::pair as argument: T a({1,2}) works, T a = {1,... +0.31
Is it possible overriding a global implemented function? -2.09
Most efficient way to find the index of the only '1' bit in... +0.86
What does "~[]" do? +0.49
error: anachronistic old-style base class initializer [-fpermissive] -1.37
Why does "extern int &c;" working fine? -0.33
Using the _Generic macro in C11 fails 0.00
Non-repeating random numbers in vector C++ +0.24
Can't understand how a long double number can be greater than 2... +0.40
Comparing two different types of pointer +1.13
Unclear warning on overridden virtual method -1.60
What does `#define LT(n) n, n, n, n, n, n, n, n, n, n, n, n, n, n,... +0.83
C difference between compilation of static local variable and stati... +0.29
Where can `const` qualified types occur in C99 programs 0.00
In c typedef shouldn't the variable name be after the parenthes... -0.20
Why doesn't my strtok() work for () specfically? 0.00
Converting pointer to member function to std::function 0.00
Char pointer doesn't initialize as expected 0.00
Can I enforce scalar types to be initialized to zero by int{}? +1.19
Is it essential to use a return 0 statement when we use int main()... 0.00
Error when passing template parameters to inner structure 0.00
'itoa': The POSIX name for this item is deprecated -1.74
Error "expression must be a modifiable lvalue" produced 0.00