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 ... 4 5 6 7 8 ... 76
Title Δ
ANSI C: If a function pointer points to executable code does that m... +1.40
What's happens when I add the flag "-std=c99" to minw... +1.47
Defining constant array in C -1.49
Declare, then define a class method - Why an error? -0.87
What is the most efficient way to get the upper word of a dword in C? +0.37
Aren't a[][] and (*a)[] equivalent as function parameters? +1.59
Why am I getting "error: implicit declaration of function ‘fil... -1.22
Swap sub-arrays of a multi-dimensional array in C +1.13
Why do I have two destructor implementations in my assembly output? +0.28
static variable initialization in C 0.00
Why would one use %8.8 over %08 in a printf format string? +1.17
Passing arrays in C: square brackets vs. pointer -0.04
Why does writing main; in C give a segfault 0.00
How to use initializer-list loops for modifying elements? +1.30
"using namespace std;" without any #include? +0.81
Binary number with two one insite it +1.01
Can a variable become null by left or right shift operation in c /... +1.31
error: 'l' is not a type -1.14
C++11: When do we need to specialize "=default" for defau... +2.10
when use "&" operator in function pointers? +1.73
Variable scanf inputs 0.00
Is move semantics in C++ something C is missing? +1.19
What happens when the number of possible virtual addresses are exce... -0.10
Why is '--++a-​- ++ +b--' evaluated in this order? -1.40
When virtual functions are invoked statically? +0.87
Virtual base class and inheritance +0.29
If statement instantly true without printf +0.91
Understanding how extern works +0.87
why does main() compile in g++ compiler, but not in Visual studio IDE +1.40
In C++, How std::list in a struct will allocate memory and while us... +0.97
Convert double to int inaccuracy (1 off) 0.00
Sorting doesnt work c++ +0.29
Error: Reference to non-static member function must be called (2) 0.00
Define a pointer with an arbitrary span -0.68
C - Variable Argument with Sprintf? 0.00
Weird and Improper Array size behavior in C++ when initialized in a... 0.00
Memory adressing in C +0.28
strcpy has no room for the null terminator, so what is it printing? -2.20
How can I check a string input to be a valid double? -0.39
Initializing char and string variables in C +2.05
Visual Studio can't see .cpp files -0.21
*((type *) x) vs (* (type *)x)? to cast into pointer and then deref... 0.00
C Binary Operator & (-1) +2.06
Why does C++ not allow a parameter to be a default argument? 0.00
Why is it not possible to assign a variable in the class body? +1.02
Function prototype for unused function -2.07
Address 0x0 is not stack'd, malloc'd or (recently) free'd 0.00
Is there a difference between these 2 arrays? +0.68
Why memcpy/memmove reverse data when copying int to bytes buffer? -1.96
What is wrong with the following Code in C language? +1.17