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 6 ... 15
Title Δ
Overloading the plus operator for a set of classes +2.00
How can I initialize an std::vector of std::map items? +0.43
Initialise template within derived constructor initialisation list 0.00
Expand std::tuple to use as initialiser for class +1.47
Is the ternary operator cache unfriendly? +2.15
Is it possible to loop over template parameters? +1.83
Why copy constructor is called in std::vector's initializer list? -0.27
Array of pointers to base class: how to call unique derived class m... -2.01
C++14 How often should I use constexpr? 0.00
Access same value with one of multiple keys in c++? -0.84
Safe to store moved object in member reference? +2.04
Calling a specialized template function, when there is also a non-t... 0.00
Is it possible to compile so that erroneous std::vector access call... +0.61
Template specialization for float +3.11
How to convert string to double with specified number of precision... -0.21
Passing iterators to templates 0.00
Is there a fundamental type for natural numbers in C/C++? +1.23
Dependent name lookup in function template: clang rejects, gcc acce... +0.24
C++ Using find on a list of objects 0.00
Is encapsulation violated, if I use a global variable in a class me... +0.02
Using preprocessor directives with cout and stringstream in interac... -1.73
Why can't I implicitly construct an object given a suitable con... +0.55
Do Variadic Template Parameters Always Have to be Last? -1.41
What is the use of typedef here? -0.18
How do I recurse tuples? -0.48
Use of class template requires template argument list? -1.16
Should a range for loop be used instead of iterators on a vector? +1.33
Function template to turn a string literal into a std::array -1.83
Is there a way to end a program within a void function? +0.19
Calling a templated functor in a class template +1.26
Removing a specified value from array -0.81
Questions about std::list C++ +1.15
Make function pointer from an already declared function -0.61
Variadic expander without a typedef -0.19
fixed size container to variadic template argument list conversion +0.45
How to static_assert the size of a std::array member +2.64
Creating a get function within a class for an owned array -1.30
Delete a pointer,make it NULL or nothing? +1.58
Pointer/Reference to element in std::unordered_set -0.56
error: 'const std::array<int, 3u>&' is not a clas... +1.82
What are invalid statements in the following C++ template program? -2.51
Is the R before string cross-platfrom -0.32
Can we convert a const vector<string> to vector<string>... +0.14
What is the diffence between "struct node* temp" and &quo... -0.99
Which Clang warning is equivalent to Wzero-as-null-pointer-constant... 0.00
nullptr_type not supported by simple_type_specifier 0.00
use reference in std::map 0.00
Why can a compiler convert char to int in C++? +0.23
Pushing elements to a vector within a ranged based for loop -0.61
Using sizeof... within std::enable_if +0.42