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 2 3 4 5 ... 70
Title Δ
Are there any internal differences between compound char arrays and... +1.32
RVO/NRVO can not be disabled in C++17 in Clang++? 0.00
Disthinguish char and wchar_t in compile time +0.56
I cannot seem to find the appropriate way to declare char a[] and c... 0.00
Narrowing Conversion from int to char inside { } | An issue with si... 0.00
MSVC 2019 long long variable +1.76
Why 2147483648 + 2147483648 = 0 in C? -1.09
Does sizeof returns the amount of memory allocated? +0.45
Zero initialization of nested struct - compiler bug? 0.00
c++ struct pointer to adress struct error CDCDCD -2.24
How to understand what two declarations are different 0.00
C++ Variable unexpectedly overwritten 0.00
Questions regarding (non-)volatile and optimizing compilers 0.00
C++ static cast with r-value references -- why do they work? 0.00
Pass pointer to int*& and get compiled error +0.34
C++ reference to local variable that went out of scope 0.00
Designated Initializer Array in C 0.00
Confused about c++ base class layout +1.23
Windows struct initialization error C2099: initializer is not a con... 0.00
Installing the latest version of mingw-w64 on Windows -0.44
What does a typedef with three arguments mean? -1.81
Why is `constexpr` part of the C++14 template prototype for `std::m... +0.35
C singly linked list Seg fault with gcc but not dcc 0.00
Why does the string version of this template function compile but t... 0.00
Destruction of returned object +1.72
Object constructor within another constructor? +2.44
Effective type rules with relation to strict aliasing +0.79
Understanding `std::move` in a constructor 0.00
What does the second argument do in std::string myString{"Hell... 0.00
Do I still need to set ptr to NULL if I use memset earlier? -1.88
How to properly cast std::vector< std::vector<double> >... 0.00
How does malloc work with strict aliasing - can it only be violated... +1.58
How to reference deeply nested function pointer array in C? 0.00
error: cannot bind ‘std::basic_ostream’ lvalue to ‘std::basic_ostre... 0.00
What containers are valid to use with std::random_shuffle? 0.00
C/C++ ISO compliant casting void ptr to multidimensional arrays 0.00
Destructor of a template called at the end of constructor of a temp... 0.00
Why is const rvalue reference implicitly converted into const refer... 0.00
how to convert from unsigned byte to an integer? +0.97
What are the semantics of overlapping objects in C? 0.00
Is it allowed to create objects at non-sizeof offsets from each oth... 0.00
std::array: Why is there no warning or error on `at(-2)`? +0.95
How can I simply use pure Mingw GCC after installing MSYS(2)? -2.29
what are rules about when the return type is reference +1.91
Does Lvalue-to-Rvalue conversion occur in function invocation? 0.00
Const cast to non-pointer non-reference type 0.00
How to print 4 byte Unicode character in Windows C++ console app? 0.00
Difference between static variables and static array variables 0.00
C++ constructor with argument-list -1.23
Is accessing int as unsigned long undefined behavior? 0.00