StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 76 77 78 79 80 ... 99
Title Δ
Can keyword "explicit" be removed from a constructor in o... +2.54
Get a c++11 function wrapper for a member function without using st... +2.32
is there a shorter way to write: *((T*)(v.addr))=value; -1.22
How to test if type is specialization of template with non-type par... +2.58
I cannot change the value of an integer using pointer -2.36
dynamic array advantage in certain(simple) example +0.46
are there center-allocation deque or vector in STL implementations? -0.72
Memoization functor wrapper in c++ 0.00
How to apply the type erasure technique to existing types? 0.00
Why does make_optional decay its argument type? +2.35
How to remove the enclosing parentheses with macro? +1.97
Assignment within RAII scope +0.19
Compilation error with c++11 thread -1.77
Why doesn't emplace/_front/_back return a reference? -1.05
How to avoid "if" chains? -0.47
We use inheritance when A (derived class) "is a" B (base... -0.11
Local variables and tail call optimization +1.54
Why does this multiply template code cause overflow? +0.22
Most efficient way to get the index of an iterator for a map? C++ -0.02
C++: closure to pass member function as normal function pointer 0.00
Const correctness with reference_wrapper +1.72
How can C# allow virtual generic methods where C++ can't allow... +1.57
Avoid colliding members in C++ templates +1.88
Unexpected behaviour with a pure virtual function overridden in a d... +0.04
Stop embedded python +0.88
Proper use of universal references +2.67
C++ std containers - polymorphism without pointers. Is it possible? -0.29
Variable length array inside a c++ sturcture -1.21
passing a template class to a template function -1.37
std::make_shared with std::initializer_list -1.54
How to define a std::function for a generic function? 0.00
Preferred way of returning a char array from a function in C -0.72
Templated function only taking rvalues +2.33
Strategy to sharing data across an object tree without using static... 0.00
Is static_cast from base to derived considered "safe" in... -0.01
template recursion with many base cases 0.00
write a std::string to comparable *time* parser which may fail -2.05
Simplify container iteration using lambdas +1.97
How can I deduce the outer type of an inner type in C++? 0.00
Error defining a templated operator overload -1.74
Do I have to implement commutativity for comparison operators manua... -1.47
C++11 lockfree single producer single consumer: how to avoid busy w... -0.00
std::conditional compile-time branch evaluation -0.65
What is the easiest way to create a local variable with the same ty... 0.00
C++ use parameter of a constexpr function as constant for template -0.01
Type of auto reference -0.58
c++ CRTP stack corruption +0.14
micro optimization: x&1 vs. x%2 0.00
Why does the compiler ignore struct elements inside a template class? -2.00
Is it possible for a function to only accept a limited set of types... -0.24