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 ... 6 7 8 9 10 ... 76
Title Δ
Function error 'redefined' +1.10
Compiler error variable declaration -0.10
Move semantics behaving unexpectedly -1.96
I am getting Segmentation fault: 11, i am new to sort function 0.00
Why does the variable "seconds" get printed correctly the... +0.30
Is the following an undefined behavior? i = func(i) 0.00
Inconsistent results with < and <= in C with max and min ints 0.00
GCC evaluation of compound statement +2.07
Why is a "friend class" not verified for existence? +1.58
Token concatenation using ## doesn't work? 0.00
Debug Assertion Failed, vector subscript out of range 0.00
"realloc(): invalid next size" after multiple successful... 0.00
In C, does a caller ever treat variadics specially? 0.00
Why does the dereference operator fail to return value pointed by a... +1.73
Differences in the initialization of the EAX register when calling... 0.00
why does string array can not be reassigned but string pointer can... -0.40
Conditional operator in C language -0.73
extern const default constructed object 0.00
Extern const, which is the declaration and which is the forward dec... 0.00
C - strlen("288_882_288"+strlen("288_882_288")... -1.71
"const T const" in parameter declaration +0.32
(Why) Is this an example of a vexing parse? +1.04
Large integer implicitly truncated to unsigned type +1.52
Class variables getting changed somehow 0.00
strange result on macro expansion -1.81
Why would C have "fake arrays"? -0.20
left operand must be l-value in C +1.35
Why do namespace and class have the same syntax in C++? +1.80
In C, does difference between char *s and char s[] apply to other t... -1.81
(c++) for loop is being skipped -0.74
g++ -fPIC not producing position independent code -0.29
When does && mean 'forwarding reference'? 0.00
No matching constructor while trying to call default constructor 0.00
Arithmetic with unsigned variables in C -0.67
How to append const char* to a const char* -0.99
C what happens putting int* as parameter where parameter type is in... +0.81
Can a function call discard cons qualifier of its parameter? +1.81
Algorithm to generate all permutations of different sizes of a grou... -2.58
Why is a non-static variable in a function being initialized to 0 a... 0.00
Why can a struct contain a pointer to another struct that is not de... +1.27
c++ is it possible to to point to a function with its variables def... -0.45
C++ Functions from Arrays not calling correctly +0.31
What's {} in void({})? 0.00
constexpr vs. static const: Which one to prefer? -2.73
Why does the compiler think my object declaration is a function dec... +1.39
use `static_cast` for downcasting over a null pointer (single or mu... +1.77
memcpy derived class to base class, why still called base class fun... +1.49
How a string is implicitly type casted into a character? +0.99
Why does the compiler optimize away shared memory reads due to strn... +1.65
Why this error happened? When using base class function in derived... -0.25