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 ... 6 7 8 9 10 ... 128
Title Δ
How to implement a lambda function 0.00
Why does shared_ptr have a move constructor 0.00
What type of structs can structured bindings work with 0.00
Is the following case of std::move superfluous? +0.96
What happens if an exception occur before than static local variabl... 0.00
Is this a forwarding reference? +0.77
How to force unsigned arithmetic on fixed-width types? +1.34
How to re-specialize a template? 0.00
Does the following code has undefined behavior due to r-value usage 0.00
How to iterate over array interpreting its element as different type? -0.67
How to iterate through a map of vectors while deleting? +1.06
Return local variable to const ref from lambda 0.00
How to output a map with a vector of pairs? 0.00
Initialization of static const member map<> in class definition 0.00
C++ error "invalid constructor; your probably meant 'Accou... -0.25
Why does multiple inheritance increase the size of the object despi... +0.52
C++ literal operator template not recognised -0.61
Custom sort compare function throws compile error +0.67
How to pass a class with a method for a thread C++? 0.00
Static assert to check map, set, unordered_map, unordered_set -2.17
Why sigaction says that signals sent by keyboard shortcuts come fro... 0.00
STL C++ isgreater template 0.00
How to treat possible NULL pointers in a 2d dynamic array in a C pr... 0.00
Prevent template partial specialization error 0.00
How can I write a program to find maximum value of integer variable +0.03
How to assign a float value using GMP library in C? -0.68
When explicitly initializing std::optional's, should I use null... +0.28
With NDK, std::fstream open() is failing, whereas fopen() works cor... 0.00
proxy class in rvalue - how to implement assignment operator? 0.00
Can you write a static assert to verify the offset of data members? -2.59
Working of fork +0.19
Cost of self-executing C++11 lambdas +0.95
Why should I not use `const` in this simple function? -0.20
Specifying a `const int&` that doesn't bind temporaries 0.00
C and assembly how can it work? 0.00
vector of unique_ptr, inheritance? -1.92
Convert from modern C++11 function to raw function pointer +1.33
why does while loop using cin.get() function outputs result twice? +1.34
Transfer map<string, pair> to vector -3.10
C - Printing undefined array elements isn't giving me junk +0.24
How to iterate over a line in a file? 0.00
Why can't one use scope resolution with member pointer derefere... 0.00
Do template functions of integer types lead to multiple compiled in... +1.09
memory access: why it doesn't crash and how to enforce it? +0.24
Elegant way for space efficient unpacking of a vector of pairs in t... +1.16
why if(a==2.3) evaluates false when float a=2.3 +0.24
Non-member initialization in constructor initializer list -0.63
Assigning array to std::vector gives incorrect output +1.65
Why is (a = b) = c legal syntax in C++? +0.79
How to check for occurrence of single quote using getchar() in C? 0.00