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 ... 36 37 38 39 40 ... 76
Title Δ
Simple memcpy doesn't seem to work +0.68
Template specialization in C++98 +1.67
variable not detected in a templated nested and inherited class -1.04
Is there a case where including the same header twice is actually h... +1.79
Why this macro is defined as ({ 1; })? +0.38
Why are char << and char >> intermediate results int +1.56
Why these pointers are showing different addresses? -0.56
fill_n vs. for-loop to initialize an array +0.05
%ud, %vud what are those 0.00
I can't understand what is wrong with the destructors? +1.81
What happens when a variable goes out of scope? +1.58
How to prevent Visual C Compiler from optimizing out "unused&q... +0.33
templated function doesn't accept primitive types? -1.60
How do to pass variable number of arguments to a function in c++ wi... 0.00
Why am I getting the error "A is an inaccessible base of B&quo... -1.74
How to check if empty array in C -1.50
C program without #include<stdio.h> in Visual Studio +0.23
String tricky printf statement -1.51
vector by reference in a struct? 0.00
Some "weird" C code +0.53
Why is it illegal to define a pointer to pointer variable with cons... -2.26
Initialisation error +0.59
Alphanumeric to numeric in c ambiguity -0.37
How does incrementation takes place in printf statement in C +0.78
Is it valid to have a pointer and a non pointer data type in a union? +1.53
Destructor for a doubly-linked list that points to its value -0.42
Design : const and non-const accessors interdependance? -0.07
Definition of global variables using a non constant initializer -0.72
How to turn a division into a bitwise shift when power of two? -1.30
std::exception not being caught? -2.50
Why doesn't this purposely made invalid file positioning not bringi... +0.31
Incompatible types in assignment on struct -2.49
Can a backtracking tail recursive algorithm be converted to iterati... +0.10
Motivation for not using virtual functions -0.22
Visual Studio 2012 Express compiler not linking header files togeth... +0.28
Incompatible integer to pointer conversion passing 'int' to paramet... 0.00
error LNK1169 on global const char* +0.45
C Typecast: How to +2.00
C++: *((SomeType*) 0 )? +1.33
Why is ATOI returning a 0 in this code? -0.55
Operator new[] does not receive extra bytes -0.77
int a = 0 and int a(0) differences -0.09
How can I cyclically shift an array without additional heap memory? +1.08
Why can't initial length be 1 in a dynamically-allocated array? +1.41
What happens when I resize this vector (of vectors) -0.62
cast a pointer to int in C +0.94
Assignment and sequence points: how is this ambiguous? -0.31
C - casting of a multidimensional array +0.55
static const double cannot have an in-class initializer. why is it... +2.07
Is int->double->int guaranteed to be value-preserving? -1.20