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 ... 7 8 9 10 11 ... 76
Title Δ
Initializer is not constant... I know, but I feel like this should... +0.77
What explains this behavior of C compiler w.r.t string initializati... -2.32
Expression must have a constant value (Error in C) 0.00
Detecting if a C compiler supports statement expressions -0.76
What were K&R doing here with this linked list? -1.50
Does a const in C always occupy storage? -1.26
int_type not naming type frustration +2.41
When is casting away const legal or illegal? (gcc, clang, and MSVC) 0.00
Unsigned -1 = signed -1 0.00
Is it a syntax error in C++ to end a function inside a class defini... +1.22
What are elements of an array in C initialized to after making the... +0.87
Input format using scanf 0.00
Passing `int (*)(char const*)` where `int (*)(char*)` is expected -2.33
Do we need move and copy assignment -1.40
Is vector<int>::const_iterator an output_iterator? -1.80
Why std::vector iterator is invalidated after the erase() call? +0.74
An algorithm using bit flips to iterate over all numbers with k bits -3.04
Declare function after template defined 0.00
Can I use memcmp along with qsort? +1.46
Malloc within same loop +0.23
C - fscanf - Can you move the file pointer forward? 0.00
When/Why is '\0' necessary to mark end of an (char) array? +0.73
do some statement under a condition without using a single if -2.85
"warning : missing terminating " character" in false... 0.00
What is for(;;) loop in C++? +0.48
How to compute distance between numbers in c++? +0.71
Type Casting in C language 0.00
variable of field declared void error when trying to use object of... 0.00
C++ : typeid ignored low level const reference but not pointers 0.00
Does the standard require EOF to be negative? 0.00
difference between return values of scanf ("%s) and scanf(&quo... -0.68
Arrays - Why is the subscript operator tied to the identifier? -2.62
Efficient method to check if point is within a diamond +1.40
One definition rule warning -0.21
Why does operator new can't construct multidimensional array of... +1.64
C linked list head pointing to itself? 0.00
C array: setting element at offset -2.60
C printf difference between 0 flag & width attribute and precis... -0.99
Is GotW #47 halfly wrong? 0.00
Forward declaration of returned type of function -0.35
Detecting at least one bit is set in collection of bitfields 0.00
What happens to the variables inside? -2.45
Trying to downcast with polymorphism, what's going wrong? +1.26
Checking the value of a bit in C +1.07
Why can't I define an array size using #define constant? -0.19
freeing multidimensional array C +0.85
How to get value of a variable before a loop after loop is executed? +1.87
C++ Lambda does not have operator() +1.74
c++ (double)0.700 * int(1000) => 699 (Not the double precision i... -0.84
What is wrong with this C code to encode/decode messages -2.43