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 ... 19 20 21 22 23 ... 76
Title Δ
Why can't virtual functions use return type deduction? -0.04
error: pointer value used where a floating point value was expected 0.00
C89 - error: expected ')' before '*' token -1.67
Assign and compare in single statement in c +1.23
Why can C functions not return arrays? +0.68
Why do compilers generate different code for const int& vs cons... 0.00
Reading a number from stdin in C 0.00
Why C++ new is not returning pointer to the object it creates? -1.97
Pointers to structures, fields changing values inexplicably +1.11
C++ - Specialize member function for Template Class -0.61
Difference between }; and } in C++ +2.81
Would std::count_if be faster without an if? -1.81
Is using NULL and '\0' in condition statements the same? -0.60
Semantics of unary & on numeric literal -0.73
Freeing array of struct +1.21
Returning Void Pointer Truncates Value +1.14
Evaluation && operator in C +0.95
.* operator whose object expression is rvalue 0.00
abs() returns a negative value for some very large double values -1.25
Why can one initialize non-const and static const member variables... +0.08
Memory allocate and reset -0.32
memcpy for multidimensional array -0.67
Is while(*p++) dangerous? +0.21
sorting points: concave polygon -0.22
Address vs. expression on address in static initializer in C 0.00
What's the Difference between linking by GCC and LD? 0.00
A weird difference between strlen() and sizeof() -0.80
bit representation of unsigned int a = -1 +1.20
Compiling C structs +1.64
problems with the return value of fscanf in c -2.58
Link error "ld: fatal: Symbol referencing errors." +0.03
qsort comparing all zeros 0.00
Crash in constructor with using virtual inheritance and delegating... +0.38
Passing An Array of Pointers to Function -2.36
Why is it a pointer to void declarator instead of a pointer to memb... +2.21
shift -1 to sizeof(int) generates two different results in C++ 0.00
How do I declare an array of arrays of different sizes in C++? 0.00
Array of structure pointers pointing to NULL automatically? -0.13
invalid initialization of reference type? 0.00
gcc: mixing __builtin_expect and noreturn -2.16
Why is vsnprintf safe? -0.76
Why is this function call ambiguous? 0.00
unable to understand scope of macro definition in function -1.16
Scanset doesn't recognize carriage return in c, why? 0.00
How is char(*)[20] different from char(*Object::variable)[20]? +0.36
Use `size_t` as the type for a counter 0.00
does a c Struct have scope amongst its members? +0.38
char* (*vehicle)[][5]; dynamic allocation -1.71
c++ pointer to specific element in char array returns all elements... +0.20
C++ to C code conversion, is it equivalent? -0.05