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 ... 11 12 13 14 15 ... 99
Title Δ
Is it a good practice to not to separate function declarations and... 0.00
What is the memory layout of vector of arrays? -1.59
Is it possible for C++ to implement function pointers point to diff... +2.42
key vs. hash in a std::unordered_map +0.82
Can template parameters match both types and templates seamlessly,... 0.00
Iterator over pure virtual container interface in C++ +1.83
Why aren't c++17's emplace() functions ref-qualified? +2.91
How does one declare an out of class binary operator for a template... 0.00
Clarify effects of machine epsilon when solving for eigenvectors of... 0.00
if constexpr vs sfinae -1.11
Error: cannot bind non-const lvalue reference of type ‘int&’ to... +1.16
Different behavior across compilers for std::enable_if (dependent o... -2.27
how to flatten nested templates parameters? -1.41
How can I use a overloaded const_iterator inside a class? 0.00
C++ hooking Member function and original function returns garbage v... 0.00
Can`t overload the operator << for a my own class +0.22
Interesting C++ dependency injection scheme 0.00
How to use make_shared to create an array of objects of the same ty... 0.00
why C++ template type matching does not match to base class refrenc... -0.33
Are there more optimization opportunities when libraries are provid... +0.11
working with expressions: how to minimize runtime construction time 0.00
Do threads sleep when waiting on a locked mutex? +1.60
c++ dynamic return type for function 0.00
Write a generic print function to print an array -0.63
C++ 11 std::vector push_back method calls copy/dest so many times? -1.59
What is the recommended way to simulate concepts and constraints? -0.61
Does vector<T>::push_back() call any matching constructor of... -0.61
C++: How to call a function whenever an element is added to a set? 0.00
Returning prvalues from funtion 0.00
Can a class have a member that is another with the same name in the... +0.17
std::experimental::is_detected with reference argument -1.93
map strings to class members +0.72
Why use std::make_unique in C++17? -1.08
Setters for heap-allocated objects -1.41
Is there a std::bytes? 0.00
Standard-layout and tail padding -0.41
Why does visual studio 2017 insist that files I don't have open... 0.00
Is there a way to create a user-defined-literal from `std::initiali... +2.04
Why does if constexpr require an else to work? -1.41
Make all derived template classes friend of other class in C++ -1.79
Instantiation of function template with variadic parameter pack +2.15
C++ Singletons: how good is this solution? Advantages/disadvantages... +0.37
Is there a way to automatically resolve an overloaded method via a... +2.37
Can I Write Relational Operators in Terms of Arithmetic Operations? +2.02
How do I correctly return an unmodifiable object reference from fun... 0.00
Is it undefined behavior to initialize data before placement new? -0.60
What do the lines starting with # symbol in g++ -E generated transl... -2.60
Force compiler to emit error on move constructor not defined with a... +0.39
Template parameter inference with inheritance +0.92
c++ understanding accessing global variables after cleanup does not... 0.00