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 ... 45 46 47 48 49 ... 76
Title Δ
Seg Fault when copying a pointer -1.06
How do compilers treat variable length arrays +0.62
Order of evaluation of expression -1.12
weird difference between int pointer and float pointer -0.22
Is there any clever way to determine whether a point is in a rectan... -0.43
Is this a cast or a construction? +0.65
Extern variable in header file not linked properly to source file w... 0.00
Incrementing a global static int in main -2.69
quick-sorts iterator requirements -1.25
Why can't I return a double from two ints being divided -1.71
Strange program and debugger if statement behavior +0.63
difference between int bar[10] vs int (*bar)[10] +1.04
Visual Studio 2010 runtime check failure # 3 -0.77
Is it well-defined/legal to placement-new multiple times at the sam... +0.75
Is it defined to provide an inverted range to C++ standard algorith... +1.26
Why main is not declared as extern +0.57
optimal method to find first available bit +0.36
Accessing a pointer through a nested structure -1.82
Casting a pointer does not produce an lvalue. Why? -0.30
C++ redefinition -2.88
Increasing The Size of Memory Allocated to a Struct via Malloc +1.10
How to refresh a C array after using assembly to sort -1.62
Are arrays const datatypes -0.51
How to get all arguments in variable argument method? +1.36
Does the vector.resize() method calls the default elements contruct... 0.00
How to use a union in a struct, and typedef each struct with differ... +0.45
const reference to non-const object -1.97
Why is substring not part of the C standard library? +1.09
Why can't I link a mixed C/C++ static library that has a C interfac... -0.28
Vector iterators -1.26
explicit call to destructor is not destroying my object why? +1.61
Reason for using non-type template parameter instead of regular par... -0.11
holding 2^63 -1 in long long -2.71
Incorrect sum - For loop in C -2.67
Comparing chars in C -1.55
In-place array reordering? +0.68
sizeof() applied to structure and variable -0.72
Can't figure out error -1.68
initialize a struct within a struct initialization? +0.31
Overloading (),[] operators in c++ +0.28
incorrect value after casting double to a float -2.46
What does this C syntax mean? +0.60
printf by given pointer and format string. Issue with floats -0.26
const casting an int in a class vs outside a class -0.09
C++ passing 2D array to function only loads one char +0.29
so what is the type of "this" ? Why is "this" n... +0.57
Pointer to Two Dimensional Structure Array -0.97
structure versus classes +0.07
Removing elements from dynamic arrays without changing the index or... +1.39
Why is ~size_t(0) (== 0xFFFFFFFF in most 32-bit systems) not a vali... -1.01