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 ... 6 7 8 9 10 ... 70
Title Δ
Mingw64-w64 attribute(format) and <cinttypes> header 0.00
Symmetric operator+ in terms of operator+= in modern C++? 0.00
A struct that contains an array of char arrays +0.54
Why does GCC claim I'm violating "at least one argument fo... 0.00
Can I declare object literals using names rather than of types? +1.35
casting from uchar* to uint* make unpredictable result +0.49
Range-based for loop with abstract class as declaration C++ +0.42
make gives me a error I don't understand with TurboC -0.66
Why a 8 bit variable got compiled as a 16 bit variable? 0.00
Does the C++ standard allow for an uninitialized bool to crash a pr... +0.30
Number of times a constructor is called -1.43
Getting C2760 syntax error: unexpected token 'int', expecte... 0.00
Displaying pointer substraction +1.74
What is this: L"DLGCTRL_"L#dialog_control_id 0.00
Using c-strings and std::string in the same code -0.16
integer overflow system variability? -1.09
Structs with array member -0.60
c++11 invoke a type conversion while moving an object -1.56
C output of hexadecimal division different from all other sources 0.00
Confusion over operator precedence in C++ +1.80
C++11 deleted/defaulted constructors +0.15
C++ variable not passing it's value after push_back -0.66
Short and elegant way to do typecasting in C++? -2.37
Why is strtoul returning 0 from a "1" string? 0.00
How come we can return references to member variables of a class -0.08
Class Template Static Member Initialized Twice 0.00
Is it legal/safe to cast away `const` for a heap-allocated object? -0.91
placement delete function is never called upon exception +1.33
Does the C++ standard require operator != must be provided for a gi... 0.00
Vector push_back changes values of previous elements. 0.00
Dynamic array length in struct +0.34
In C++ why do I have to do this? 0.00
Can it cause problems to pass the address to an array instead of th... +0.34
returned iterator has the wrong value 0.00
Why would `(int)` precede an assignment in C++? -0.99
How can i copy directly a struct which is in pointer array of struc... 0.00
g++ cannot specify -c and -o with multiple files 0.00
Function call to c_str() vs const char* in hash function +0.35
Don't understand how .eof () works in c++ 0.00
A lot of warnings when compiling date library -0.20
while (cin >> *pchar) awaits further input after Ctrl-Z +0.33
Standard Behavior Of An Empty Macro Preceding A Preprocessing Direc... -2.27
How to specify the endianness of utf-16 string literals in C++17 wi... 0.00
Is it possible to disable bool operator<(float,int) 0.00
Proper 'using' syntax for pointer-to-member variable +1.68
How is this C++ implicit conversion occurring? 0.00
In C++, given namespace-wide const float dependant on a global cons... 0.00
what's the possible result of the following code in concurrency... 0.00
xor'ing float value & general cast question concerning comp... 0.00
Pointer can point to memory are that is not allocated? +1.37