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 ... 15 16 17 18 19 ... 76
Title Δ
Return const reference to local variable correctly +0.93
Why const variable need not to be initialized in C? +1.03
value by default for a pointer in a structure in C++ -2.23
C++ move semantics (and rvalue references) vs normal references 0.00
Functions and pointers in C -0.69
Temporary variable destroyed with overloaded + and += operator +1.31
Why is a pointer to NULL-charater not converted to false -1.84
why does cout remove the trailing zeroes for floating point numbers -0.79
Why can we define private members outside of their class scope +0.33
Why is erasing via a const_iterator allowed in C++11? -2.08
no matching function for call to sort() +0.28
Any multi-thread concern on memcpy function? +0.93
Whats the best way to do strlen(const)? +1.26
Does C allow function calls as arguments? -1.09
Reinterpret int as float yields 0.000000 +0.33
Does pointer to derived class create the Base class first or not? +0.93
Can "sizeof(arr[0])" lead to undefined behavior? -1.40
The destructor for the class member `B`, why is it invoked in the s... +0.35
Const array initialization if its too long +1.61
compiler's detail of this pointer, virtual function and multipl... -0.69
Providing a definition for a pure-virtual function +0.08
visual studio cannot resolve static functions 0.00
C - What does int *p; p=15; does? +1.28
Initialization in list - default value +0.34
Malloc confusion +1.52
Why is this structure giving size as 24? +0.88
Is free() zeroing out memory? +1.06
why is sizeof(ptrdiff_t) == sizeof(uintptr_t) +1.26
Why does defining main() with no return type compile with no error? -1.77
Strange behaviour when checking for NULL character in 'C' +0.10
Return using this pointer vs return by value +1.65
size_t devided by int type conversion rules +1.17
struct member array size based on const int across files +0.74
In C, why can't you declare a pointer and make it point to a nu... -0.57
C: How do I round a global variable? +1.55
Passing const references to functions +1.06
Int& to const int -static vs dynamic- -1.63
Why doesn't work the matrix with 5,3 but 3,5? +0.11
Multiple destructor calls -0.04
Why do I need to add const to the argument? 0.00
Can addresses of unmodified locals wind up corrupted in setjmp/long... 0.00
Why the infinite loop when data type is unsigned int? -2.56
Why is the following code illegal in C++ +0.25
What if I delete an array once in C++, but allocate it multiple tim... +0.35
Will the result be implementation-defined if one or two of the oper... -0.85
Not casting pointers in C can cause problems? +0.66
Operator Overloading -2.32
c++ interfaces error; identifier "class" is undefined 0.00
qsort() and casting operation -1.79
in c, value is changing from the end of a function to outside the f... 0.00