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 ... 31 32 33 34 35 ... 76
Title Δ
VS2008 error expected constant expression on declaring array, but n... +0.39
Why v[i] = i++ is undefined behavior in C? +1.16
Strange, float type parameter passing in function in windows 0.00
freeing memory after you have incremented the pointer -0.63
why g++ gives error : cannot convert ‘int (*)[3]’ to ‘int (*)[]’ in... +0.32
Precedence of && over || +1.15
Do I need to compile the header files in a C program? +0.70
error: a value of type "void *" cannot be assigned to an... 0.00
How precision consideration works in C? 0.00
C - is an indeterminate value indeterminable? +2.04
What other definitions of NULL were there on older platforms? +1.26
"Compound Literals" as an Argument -1.75
C++ classes use of double colon +0.35
Multiple Calls to sizeof() in a Row -0.52
"[*]" parameter of a function +1.21
In c, what are the rules governing how compilers merge the same str... +0.45
C error: "initializer element is not constant" with &... +0.10
Calculations with long double in clang – Compiler bug? +1.68
convert a string to integer in c++ without losing leading zeros -0.12
Initializing variable length array -0.64
How does static_cast affect the virtual function calls? +1.19
Static Declaration of a structure +1.44
Why Bother With the 'inline' Keyword in C++? +1.50
How virtual mechanism works in the case of virtual destructor +1.78
Regarding C typedef struct +0.41
Using memset for integer array in c -1.30
typedef int (*pf) needs explaining +0.58
the size of two dimensional array in C +2.03
Why doesn't c++ compiler output the text on the next line while it... -0.12
How to declare an array without specific size? -0.42
Why is it safer to use sizeof(*pointer) in malloc +1.50
When should I use vector<int>::size_type instead of size_t? -0.06
When do you call stable_sort() on scalars? -0.35
c++ array[var][2] as a class member -0.81
Why does this C++ function takes 4 time as much as a c function +1.95
argv pointer to an array of pointers +0.84
What is the difference between (int*) arr[2] and int* arr[2]? -0.46
Difference between const int and int in an array declaration? +1.63
Passing a 2-D array in pure C +0.79
Pointers and Arrays -- Learn C the hard way -0.87
Can this change in subclass require recompilation of code dependent... -2.07
Why doesn't this code to convert a std::array to a std::string not... -1.17
C++, decltype and constness error +0.39
C++ bitwise copy of object failing? Why? +0.63
Delete the last node of a single linked list using the single point... +0.72
what's the compare content for < > when compare random access... 0.00
Accessing out of bound array in c -1.47
Is there any way to make a C++ Switch Statement loop back to the fi... +0.50
Understanding static storage class in C +2.01
Array initialization with variables +0.43