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 ... 10 11 12 13 14 ... 76
Title Δ
What does (char*) 0 mean? 0.00
error when calling std::equal with a class member function as compa... -1.56
gcc and the order of operation in C if statement -0.58
Are pointers arrays? +1.12
UBSAN reports: -875 << 7 as undefined behaviour +0.66
Is `unique_ptr::operator bool()` defined for a unique_ptr that has... +1.84
Why would you need to declare a function in multiple places? +0.71
Why is std::numeric_limits::digits10 is one less for int types? +0.33
How to implement strstr() without casting away const? -1.76
Why does this buffer point to unaddressable bytes? +2.17
"Direct" vs "virtual" call to a virtual function +1.61
expected ')' before '*' token, can't seem to fi... -2.52
C++ error: no match for 'operator>>' in 'input &g... 0.00
Why no compiler appears able to optimize this code? 0.00
Why does shared_ptr<T>::use_count() return a long instead of... +1.57
error C4146: unary minus operator applied to unsigned type, result... +1.49
invalid conversion const unsigned char +1.30
Something I'm misunderstanding about rand() % i? 0.00
strange free() invalid pointer C -0.39
How do I call a method in an owning object in c++? +0.07
How to supply a 'const char*' argument for a function that... +0.35
Was there ever a version of C++ that kept a variable declared in th... -1.63
Are postfix and prefix increment and decrement expressions lvalues... 0.00
C error: dereferencing pointer to incomplete type, struct +0.76
Enumerating binary sequences +0.34
gcc warns about "unnamed struct/union that defines no instance... 0.00
gcc - Using "-funsigned-char" still results in "-Wch... 0.00
Confusion with == EOF vs feof +0.31
Unvalidated integer value is received from 'atoi' +0.32
What does "return 0x8000 0000;" mean? -1.17
size of c array of struct at runtime -2.37
Strange function look up +2.10
What's wrong with this (simple) lambda function? +0.33
Odd return behaviour of std::unique_ptr::get() -2.16
Do I need -pedantic flag from GCC with C11? -0.04
Add ten numbers using only two variables and a loop +0.14
Is there any practical difference between a reference and a variabl... +1.20
Can this switch statement be shortened? +0.66
Why can't size_t be directly compared with negative int? -0.67
Values in between brackets in function definitions 0.00
extern declaration 2D array in C? +1.77
What double negation does in C +0.81
New to C: Does declaration of int or long initialize values to zero +0.31
C++ inheritance misunderstanding +1.78
What kind of declarator is this? 0.00
What does "ClassName ClassName::FunctionName" mean in C++? -0.18
What is the difference between two 'char*' castings in c++ +0.81
Accessing any data in a Struct with a variable? +0.82
Void Parameters in C +0.69
Is re-using a structs own members in initialization reliable? (C99) +2.28