StackRating

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

StoryTeller - Unslander Monica

Rating
1807.58 (6th)
Reputation
118,523 (554th)
Page: 1 ... 24 25 26 27 28 ... 52
Title Δ
invalid covariant return type, nested class c++ 0.00
using namespace for function-member definition +0.22
Why does C++'s exception not provide the calling details? +0.21
Using base constructors with virtual multiple inheritance 0.00
Is there an equivalent of the Java <? extends ClassName> in C... +0.52
class with bit field - function definition does not declare paramet... 0.00
Enumeration of struct elements c++ 0.00
Uniform initialization in C++ do not works 0.00
clang 5: std::optional instantiation screws std::is_constructible t... -2.98
Is there an implicit cast from temporary values to objects of type... 0.00
How to map a parameter pack using a member function? (non-recursive... 0.00
c++ include different header files with same implementation of clas... +1.95
Constrain type template parameter to only take instantiations of a... +0.21
why this pointer value changed after adding virtual keyword in C++ 0.00
Allocating memory with malloc getting error +0.66
Delegating constructor gives segmentation fault when using class fi... -1.47
User-defined conversion-operator in nested class -0.59
Why can C++ deduce template arguments on the right side of an assig... 0.00
Is it possible to use structured bindings to assign class members? 0.00
About const_cast usage in cppreference 0.00
Add Arrays without a loop C++ +0.21
Const casting empty base class 0.00
"Inline" static declaration of object with initializer list +0.36
c++ decltype(auto) or decltype(std::forward<T>(value))? 0.00
Why are string literals parsed for trigraph sequences in Gnu gcc/g++? +1.06
called object type 'void (B::*)(int)' is not a function or... 0.00
template typedef with std::vector to have custom allocator 0.00
Will a value be moved in this case 0.00
Assigning integer values from variadic template list to static cons... -0.29
When "taking address of temporary" error gets in a way of... +0.76
force that part of a c++ compiled as C 0.00
static constexpr template member gives undefined-reference when spe... -0.27
Why do non-constant static variables need to be initialized outside... +0.92
Constructor called on return statement +1.51
C++ accessing element in vector of class objects 0.00
Why can't the compiler deduce auto template parameter unless I... 0.00
Granting access on a function to another class without exposing it +0.45
Unable to take same type in std::variant 0.00
Does catch-all-rethrow differ in any way from having no try-catch b... 0.00
Intentionally returning an invalid value or type +1.13
Is it abuse to deduce parameters of parent template when passing po... 0.00
Using base class typedef in derived class 0.00
std::cout doen't like std::endl and string in conditional-if +0.22
How to use nullptr properly? +0.21
What should I use instead of templated enums? +0.78
C++ How to get sizeof of parent datatype? 0.00
When does compiler not generate move constructor and move assignment? 0.00
Erase all even numbers from vector using find_if +0.22
Why is there a typecast in this macro body? +1.28
Why doesn't work Variable length array as a globally? -1.27