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 5 6 7 ... 128
Title Δ
Why std::get_deleter() always yields nullptr 0.00
Pushing new elements into a map of function pointers "inline&q... 0.00
Copying bytes without memcpy -0.34
What are function conversion rules for parameters in C? +0.60
Does C++ std::map and std::set erase copy values and thus invalidat... 0.00
Loop for in range of initializer_list 0.00
Templated return type inferred from type of forwarded function 0.00
Why is there no operator ~= in C++? -1.23
What is the fastest way to check if a element of a multidimensional... 0.00
Passing functions as arguments not working inside a class +0.25
Perfect forwarding in a lambda? +1.33
shared_ptr strangeness with null values and custom deleter 0.00
expression must be a modifiable lvalue on a struct array that is mo... 0.00
Correct way to allocate memory to std::shared_ptr 0.00
Why can't I increment an array? -0.67
Using std::find() With Reverse Iterators +0.31
Using linux epoll: epoll_ctl seems to have redundant parameter? 0.00
Explicit conversion operator bool +1.07
Why does std::promise::set_value() have two overloads 0.00
Make C++ std::string end at specified character? +1.72
Placement-new address alignment +1.03
Statement that isn't a full-expression 0.00
C++ Overloaded Copysign Operator either conflicting or ambiguous -0.49
Is there a way to create a static const class value that is initial... -2.30
std::uniform_int_distribution different behaviour on Mac and Windows 0.00
Printing a variable without assigning a value +0.25
How to use a unique_ptr as an argument to a function that requires... +1.95
Making use of max_element? 0.00
Overloading * operator for complex numbers (C++) -0.73
"No appropriate constructor available" -0.30
What's the point of free functions? +1.00
Why is s[0] is an empty string for an empty string s in C++? 0.00
C++ singleton lazy initialization implementation and linkage seems... +0.49
The procedure entry point _ZNSt7__cxx1112basic_stringIcSt11char_tra... 0.00
printf the value of %n in the same call - senseless? -0.28
Alternative to overloading functions with derived types 0.00
why "return 0" works for returning a pointer in function,... 0.00
std::reference_wrapper and polymorphic containers -3.00
Error in 2d vector c++ 0.00
How an access an element within a valarray contained in a c array 0.00
No newline before EOF? -3.14
difference between -> operator and the pointer * (c++) +0.26
Is it safe to use cstdarg? 0.00
what is the result (type) of ternary operation? +0.85
How to store reference to a derived type in the base type reference? -0.74
unordered_map emplace - how to create objects in place 0.00
Why output of ` struct T{ double x};` different in C and C++? +1.24
Why there is no std::sort(vector<T>&) 0.00
C++11: the type of decltype((x)) and decltype((x+1)) are different? 0.00
How to assign member function to a member variable, defined using s... -0.69