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 ... 15 16 17 18 19 ... 70
Title Δ
Set class member unique_ptr<T[]> array without copying +1.39
Char array initialization within a class +0.44
Why is a static const char * const variable bindable to an rvalue r... 0.00
C++ istream::peek - shouldn't it be nonblocking? +0.34
Can not instantiate class as LHS value with qualified enum as argum... 0.00
In C, should I be allowed to use pointers to arrays of incomplete t... +0.38
How does a C++ compiler expand prefix and postfix operator++()? 0.00
Change constructor order of operations? -0.13
Why does sequence iteration work in C macro? -2.84
'ISO C99 requires at least one argument for the "..."... 0.00
Access enum entries from anonymous struct -0.54
Why can I prevent implicit conversions for primitives but not user-... +0.99
How to create the first object if only copy constructor is declared? -0.63
How does it pass lvalue reference to std::forward with CRTP? 0.00
Different results in Code::Blocks and Ideone for the same piece of... +0.34
Can I know whether the input augment is reference(&) or rvalue... 0.00
C++ explicit instantiation of non-template type 0.00
Why does this type of function prototyping throwing an error? -0.30
Why don't C compilers catch this error? 0.00
Why am I getting this error message? C++ 0.00
gcc asks to use -std=c++11 even if I'm already using it 0.00
What are rules for a class static variable initialization? -0.54
C++. Return an object or pass a reference to be filled? 0.00
How to exit stdin when EOF is reached in C programming -2.48
C++ how to push_back() members of vector struct 0.00
Dynamic cast failure reasons 0.00
My function (which return an array) works in empty file but does no... 0.00
GCC 7, aligned_storage and "dereferencing type-punned pointer... -2.03
Is it legal to consume void * buffers as anything other than char *? +0.35
Is it possible to switch to a different base class constructor at r... +0.10
Correct casting to function pointer that points to a function that... +0.64
Getting the integer value of a ncurses chtype or unsigned char in C++ 0.00
Move constructor and vector of unique_ptr -2.34
Resolution of function arguments/parameters in C++ 0.00
const reference in range-based-for-loop not working -1.64
typecast struct pointer into char pointer reference 0.00
A possible ambiguity of constructor in C++ +0.35
how to allocate memory for int a[10][10] by allocator +0.35
Strict aliasing rule: static_cast vs reinterpret_cast +0.35
Converting a ulong to a long +0.65
Use of a deleted pointer address +2.07
Finding dangling else in c++ code 0.00
Why is a const variable sometimes not required to be captured in a... +1.19
How to deal with reference arguments that may point to internal data? +0.36
C++11: does "decltype(1+2)" declare an xvalue or a prvalue? +2.48
Quadruple pointer and memcpy() in C +0.37
Should a boolean value be truncated to either true or false when as... +0.09
Is it possible to initialize a C pointer to NULL? +0.83
Byte-Wise Pointer Arithmetic in sizeof(T) increments: Undefined Beh... 0.00
How do I build newlib for size optimization? +1.46