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 ... 14 15 16 17 18 ... 76
Title Δ
Why an entry of pure virtual function in virtual table is required +1.14
What happens when you define an empty default constructor? +0.36
How to add array in multidimensional array? +0.35
Why ternary operator does not support blocks? -0.11
Unexpected results while bit-shifting in C +0.46
Is it safe to completely ignore variadic arguments to a C function? +1.32
Why is operator<< function between std::ostream and char a no... 0.00
Why can I initialize a regular array from {}, but not a std::array -0.58
Dereferencing multiple pointers repeatedly, less efficient? +1.72
Malloced pointer changes value on return +0.35
Why does next_permutation skip some permutations? -0.30
How to make a typedef as private as possible without using Malloc? 0.00
set most significant bit in C +1.12
How to initialize a constant int to use for array size? -2.45
Use a volatile paramet inside a virtual function 0.00
note: 'person::person()' is implicitly deleted because the... 0.00
What does &str mean? 0.00
A beginner's hello world C program? +0.62
What is the difference between ` inline friend ...... ` functions a... +2.00
Bit fields in C for signed integer-struct num { int a:3; int b:2; i... -0.64
Order of evaluation for conditional operator -0.62
Using lambda expression's by value capture 0.00
Linker Error 2019 without touching the linker properties? 0.00
Make template function for nested container +1.57
separating string between commas into an array in c +1.23
std::list iterator, no operator "=" matches these operands -2.14
C++: Why does the compiler instantiate a template when it is not used 0.00
could not deduce template argument if using typedef 0.00
passing a 2d subarray in c 0.00
Errors when not declaring two-dimensional array +0.61
Why is 0 moved to stack when using return value? +0.70
creating a dynamic array using dynamic memory -0.57
Sorting 2D array -0.18
Returning a ptr to a stack buffer -0.45
precedence of () is not greater than && -2.04
Understanding linker errors +1.04
When are enable_if_t expressions evaluated? -1.59
Simple 'C' questions for environmental physics code -2.30
Defaulting member variable pointer when its a template parameter -0.04
const and typedef of arrays in C -0.45
Why does declaring a variable call a constructor +0.34
What is the difference between std::string (*)[96][60] and std::str... +0.65
How can I initialize array in a C++11 style? 0.00
Why does a=(b++) have the same behavior as a=b++? -0.40
I can't delete dynamically allocated 2D array after it gets val... +0.65
Expanding Convex Hull to Reduce Sides -0.51
Null pointers declaration confusion in C++ -0.32
*array[] is not initialized - Code Analysis Warning C6001 0.00
what happens when there are two continuous breaks in a switch state... +0.35
Scope of the pragma pack directive in Visual Studio +0.86