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 ... 30 31 32 33 34 ... 76
Title Δ
struct in C does not compile 0.00
Implementing a new strcpy function redefines the library function s... -0.20
Why can't I specialize function template? -0.57
Why GCC didn't optimize this tail call? -1.28
C++ Is it legal to declare pointers and array on the same line? 0.00
Does assembly code ignore const keyword? -0.91
How can I check if the key exists in a std::map and get the map::it... +0.96
Pointer references mixing '*' and ' ->' syntax confusion 0.00
C++ - Reference, Pointers in Arguments +0.68
Why are non-const references to bitfields prohibited? -1.26
C function call with too few arguments +0.96
binary_search in c++ unexpected behaviour -0.68
Incomplete type: class usage before definition vs. forward declarat... 0.00
What is this template construct? -2.19
multiple definition of a function in templated class +0.34
Is this a correct and portable way of checking if 2 c-strings overl... -1.86
Are zero-length variable length arrays allowed/well defined? +2.03
C Variable Definition +1.30
How does one partially initialize an array of C structs in C++? -0.67
Undefined reference when inline specifier used with class member +0.34
assignment makes pointer from integer without a cast +0.35
memmove vs. copying individual array elements -0.15
GCC does not throw an error during the compiler stage when a functi... -0.16
C++ strange value during calculation -0.67
Is printf("%d",*(++(*a))); Undefined -2.33
When do I need to specify the type in the second <> of a temp... -0.22
error LNK2001: unresolved external symbol (C++) +0.34
Inconsistent lvalue required error when incrementing array variable +0.66
Initialize entire array with a value in C -0.90
The reason why not able to use polymorphism with values but referen... -1.14
Having different exception classes +1.49
Are C++ arrays copy constructible? +3.03
why windows use stacks for storing the local variables? -0.70
C++ Iterators - Why do I have to add .begin() to get binary search... 0.00
error C2995:function template has already been defined 0.00
switch case for parsing options +0.93
C++ template C2039 0.00
C++ Operator[] Overloading SNAFU +0.34
What type of value should it be returned by getters that return siz... +0.08
When is an array name or a function name 'converted' into a pointer... -1.04
Why doesn't B::f solve the ambiguity but A::f does? +0.42
Returning two-dimensional array in C function? -1.73
Weird C++ float bug +1.23
Pointer to an array giving incompatible pointer type warning 0.00
is the null character included in the return value of the function... -0.27
Function declaration error - returning an array of pointers +1.34
difference b/w allocating memory to 2D array in 1 go or row by row 0.00
Initializing variable at address zero in C +0.62
forward declaration not working +1.09
On existence of pointers -0.44