StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

M.M

Rating
1601.44 (1,718th)
Reputation
109,195 (640th)
Page: 1 ... 13 14 15 16 17 ... 70
Title Δ
Can the storage of trivially copyable objects be safely reallocated... +1.21
"Destructor already defined" with a specialized destructor +1.67
C Pointers Output Not clear 0.00
What is this strange copy constructor error complaining about? -0.62
How do i link the integer size of the function with the actual size... -1.10
Two's complement arithmetic 0.00
Why does this code compile without complaining about constructors? +2.13
Is it safe to serialize POD data by casting directly to char array? -0.14
c structures initializing using for-loop -1.74
How to cast away constness on a function pointer? 0.00
Why does std::istream::ignore not return when called on an empty st... +0.36
How do I put a cout and a cin on the same line? -0.60
Should the rvalue be valid after a move? +1.09
Cannot bind a plain reference to a literal? 0.00
What is the C-language statement for function returning a pointer t... -0.52
void* function pointer array cast +1.08
How to make g++ generate warning when extern variable declared diff... -1.24
In the comma operator, is the left operand guaranteed not to be act... +1.61
Why does the following compile if the non-POD constant isn't ex... +2.43
About c printf format 0.00
Why we have to mention data type in front of address of the object... +0.81
Memory Leak using _bstr_t, Can't fix -0.12
Are moved from string and vector required to not own any heap memory? -1.66
Optimize switch(x), x is a constant number passed as a parameter -0.32
In C language, is it semantically possible to create an lvalue with... +0.97
I got a "Warning: Array subscript have type 'char'&quo... -0.54
Which part of the C++ standard allow to declare variable in parenth... -1.92
COM exe, C++, and MinGW +2.01
Defeated by vector<unique_ptr> -1.48
Valgrind + C: conditional jump or move depends on uninitialised val... 0.00
Clang compilation error: "variable 'array' with variab... +0.37
c++ function pointer evaluates to 1 0.00
What's the consequence of a sequence-point "immediately be... 0.00
Copy ctor called instead of move ctor -1.05
c++ 14 vs 11 - sizeof return different value? +1.10
How does stack unwinding work regarding destructor calls? -0.60
char to integer pointer conversion -1.30
Why shouldn't the value of an object be accessed using the foll... +2.11
Why doesn't GCC optimize out deletion of null pointers in C++? +1.22
Is a literal always an expression? 0.00
2D double array not being filled up with value -0.09
How can a string literal be used as other lvalues? 0.00
Why can't a modifiable lvalue have an array type? 0.00
Which of these conversions should be ambiguous? +0.34
Do C preprocessing directives belong to the C programming language? -0.63
why does builtin assignment return a non-const reference instead of... -1.89
Reading char* from stream - another buffer overflow fiasco? 0.00
At what point in the syntax is a class declared? +0.89
Why is my callback not called? 0.00
What happens when you use "new" twice on the same object? +0.37