StackRating

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

Kerrek SB

Rating
1697.53 (161st)
Reputation
454,731 (75th)
Page: 1 2 3 4 ... 128
Title Δ
c++ find_if an element in struct returning only first element +2.04
How do you pass an argument to a function when you only have its po... -0.63
convert const reference to smart pointer without copying +0.49
Passing an instance of a user defined template class to a non templ... +0.28
The use of T[] as a template parameter 0.00
If I apply decltype to an expresstion that yields an rvalue, do I a... 0.00
How does a C Language code derivation look like through substitution? 0.00
derived function is invoked instead of base c++ 0.00
<initializer_list> with references to functions 0.00
Q: why _rvalues_ were renamed to _prvalues_? (pure rvalues) 0.00
C atomic read modify write +0.79
The difference between returning an object by value and by referenc... +0.25
Auto deducing a type template argument from a dependent non-type te... 0.00
Passing by reference and value in Go to functions -2.94
std::vector::emplace_back bug when returning references (C++17) 0.00
printf(): When is %n written? +0.28
Identify Type of Constructor? +1.24
dynamic_cast<D *>(pb) return null +1.28
How should I call parent move constructor in diamond pattern? +0.26
Is it legal to use #elif with #ifdef? -0.47
Does a namespace alias change linkage? +1.20
Get a specific template overloaded method pointer 0.00
How do I peek at the top of a std::priority_queue<std::unique_pt... 0.00
Type alias for function arguments in C++ 0.00
how to pass in a std::shared_ptr but do "pass by reference&quo... 0.00
Using an object without copy and without a noexcept move constructo... +1.40
What the type is auto & x = const int *? -0.47
c++11 compile failed due to issues with templates and thread +1.28
How to convert a C++ macro to a more elegant solution +0.26
How to specialize for template template arguments +1.52
Why doesn't an if constexpr make this core constant expression... -2.03
Preserving insertion order on a std::set or std::unordered_set +0.74
Building compile-time arbitrary length arrays in program memory for... +1.03
How does main.cpp see this? -2.50
Type conversion for lambda ะก++ +1.20
Copying a triple nested container +0.89
move assigment to object with const value +0.00
C++ : auto variable deduction differs range for loop vs a normal fo... 0.00
Difference between constexpr and static constexpr global variable 0.00
std::lock still caused deadlock 0.00
string to integers from argv 0.00
In C++, why do pointers to members of a class contains offsets rath... -0.71
Why can I pass the key of std::map to a function that expects non-c... -0.77
Pointer returned by overloaded new is changed +1.98
Could std::string::c_str() ever return nullptr? 0.00
Why are conversions not permanent? -0.97
Given a vector, erase elements lower than itemsnum +0.94
Best way to traverse a STL map(set/multiset) while the element migh... 0.00
iterate through string and combine the previous characters in each... +0.54
How do I set a whole struct to null? -0.70