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 ... 11 12 13 14 15 ... 52
Title Δ
Constexpr if with a non-bool condition +1.85
Does the c++ friend keyword mean more then access to private? 0.00
Are static data members initialized before all class objects? +0.64
What does a[i] + 1 denote for a[N][N] 0.00
How to use of a self reference type and using alias inside C++ class +0.18
From a vector of structs, get a vector that collects one of the fie... +0.61
Create a function that returns a shared pointer to an object of a c... -2.75
Handling fatal errors (or asserts) in constexpr functions 0.00
Pointer to an array of pointers referencing functions, how do I cha... -1.15
Typedef a structure to pointer with same name in C++ +1.18
Is it allowed and accepted to mark a static method with delete? 0.00
How to implement thread-safe container with natural looking syntax? -0.90
Trigger compile time error when given overload of the constexpr fun... 0.00
C++ Compare stacks of shared pointers -0.72
C++ Virtual Inheritance weird behavior -0.90
Forward declaration of a class nested in in a class template, is it... 0.00
Inserting into a vector of move-only type +0.97
Is it a good idea to make composition member objects public? 0.00
How to perfect forward a member variable +0.88
Why and when does the ternary operator return an lvalue? -0.79
Separating internal and external constructors with the same set of... +1.17
Bus error thrown and don't understand why -1.54
Conditional Operator: ? : is not working in c +0.17
How do I suppress the "ISO C++ does not support ‘__int128’ war... 0.00
How to pass entire collection(char**) of command line arguments as... 0.00
Why are std::begin and std::end "not memory safe"? +0.08
no match for call while std::sort with lambda functin 0.00
Why can't I apply an iterator to a function which accepts a ref... -1.26
How can a linked list node be defined "recursively"? +0.34
Assignment operator not available in derived class +1.09
derived class with no implementation file (.cpp) +0.55
error: conflicting declaration of structure in multiple files 0.00
is it valid to copy a float array to an array of uint8_t using memcpy 0.00
Pass a row of a multidimensional array as a parameter 0.00
Understanding C linker error: multiple definition +0.61
How to use in multiple inheritance an abstract method +0.59
Multiple inheritance with the same variable name in the classes +0.86
Warning C4481 nonstandard extension used in enum 'MyEnum' u... -0.32
Does it make any sense to make struct immutable? 0.00
Error "... does not name a type" in a friend function in... -1.95
What is the rationale behind the differences between the compiler d... 0.00
C macro stringifying a variable +0.71
std::get<0>(...) and enum index +1.33
Is base case function mandatory or could it be automatically synthe... -0.02
Why is parameter not a constant expression? 0.00
Alias for template base class function members +1.42
friend function defined inside a template class -2.51
Are multidimensional arrays accessed via temporary pointers? +0.26
Why does the scoped enum support operator '<' by default? +1.19
preprocessor macro stringify 0.00