StackRating

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

101010

Rating
1540.20 (11,710th)
Reputation
32,136 (3,706th)
Page: 1 2 3 4 5 ... 15
Title Δ
C++ global variable that can be changed only in one method, possible? -0.07
How to iterate over a generic vector +0.57
Nested `constexpr` function calls before definition in a constant-e... -1.60
Advantages of using make_unique over new operator +2.15
How can a variable be both constexpr and not constexpr? 0.00
Where does "::value" get its value? 0.00
declval expression (for SFINAE) with std::ostream -0.37
Is it possible to check if const value is known at compile time? -0.50
How to use a cv-qualifier for a method that returns a reference to... +1.01
Zipping an `std::tuple` and variadic arguments +0.38
How to overload operator << to act like what ostream does +2.92
Selecting Member Function Using Enable_if 0.00
Can the container type be deduced in varadic templates? -1.41
how to select a range in multidimensional array in C++? -0.17
How to deduce nested container value type -1.78
is_const doesn't work as expected for reference +0.39
c++ 11 =default keyword on virtual function for specifying default... +0.45
prototype mismatch with decltype and auto +1.36
How to generate C++ function automatically? +0.47
Late binding of template function types C++ +0.33
How to return large data efficiently in C++11 +0.59
Friend of function in dependent scope +0.69
Pointers pointing in Inherited classes -0.57
throw an exception from a lambda expression, bad habit? +0.45
How to make idempotent taking a reference to a dereference of an it... -0.76
Function template failing in clang -0.48
Template SFINAE Within conditional_t 0.00
C++ Passing An Int, Error Saying It's A Double -2.43
The best design for a derived class that extends functions from a b... +0.89
Have a template parameter that can be pointer type or non-pointer t... +1.00
What is constexpr? -1.34
Static duck typing in C++ +1.32
How to create a template operator for enums +0.36
Cast all members of an std::vector 0.00
MLP: Relation between number of iteration and accuracy 0.00
Will the Move ctor effective in all scenarios? +1.78
remove_if last character from a string -1.22
Will C++17 allow forward declaration of nested classes? 0.00
Switching from C to C++: looking for safe classes of primitive types +0.80
Template int parameter from constant expression in C++11 0.00
variadic template in nested class +0.45
'begin' was not declared in this scope 0.00
Template arguments deduction for function parameter pack followed b... 0.00
I can't make unique_ptr of list<int> arrays -1.86
How to sort elements of pairs inside vector? +0.45
Int Array to int c++ +0.43
Template parameter - function pointer with variadic arguments +2.23
Tuple as default value in function parameter -0.57
std::common_type trait for user defined types 0.00
Can statically unreachable calls cause undefined reference errors? +0.07