StackRating

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

Barry

Rating
1758.43 (31st)
Reputation
198,654 (238th)
Page: 1 ... 51 52 53 54 55 ... 79
Title Δ
Convert string vector to buffer +0.26
Struct initialization of derived struct with a templated base type +1.67
Generic function dispatch mechanism -0.30
Understanding declaration in C++ +1.23
Checking if same letter appears 3 times consecutively in string +0.26
Generic Constexpr Lookup Table C++11 0.00
C++ name lookup - example from the standard +1.12
Attempting to reference a deleted function in objects factory +1.17
Is it possible to take memory from std::string(like string move cto... 0.00
Is it correct to say that the default contructor for class Point be... 0.00
How to define metafunctions by undefined types? 0.00
where does the pointer created by new get deleted in this code? 0.00
Is partial specialization in a cpp file not "well-formed" 0.00
No generated code for explicitly specialized template even with exp... 0.00
Implementing a custom comparator with a functor template 0.00
unique_ptr and default constructible pointer 0.00
Check if a given type has a inner template rebind 0.00
How to initialize a "bad" empty reference to abstract class 0.00
Ambiguous overload resolution with initializer_list -2.09
How to pass this type auto function? -1.42
Differences between function template and lambda expression 0.00
"No matching function" error with call to function template +0.82
Range-based for with brace-initializer over non-const values? +0.89
Determine argument type from template function argument 0.00
Callback from C function vs from C++ method -1.02
How does unqualified name lookup work when using using-declarations? +0.36
Why is a reference to a polymorphic class, polymorphic? 0.00
The difference between declaring a name, introducing a name, and de... +0.25
Can the same entity be declared in two different namespaces? +0.26
BOOST_STRONG_TYPEDEF and overloaded relational operators 0.00
How to properly Initialize vector<int> & vecRef? Throwing... +0.24
c++ access same elements in more than one way 0.00
Interpretation of [basic.scope.hiding]p2 when unqualified name look... +1.93
C++: Exposing pointers to class with managed memory -0.25
Are multiple non-type template parameter packs allowed? 0.00
"end" cannot use in template function +0.87
C++ - Can the following code cause undefined behavior? 0.00
Why does this code blow up with a "pure virtual function call&... 0.00
Variadic Templates - Parameter pack expansion understanding 0.00
C++ error: operator[] cannot be overloaded -1.52
evaluating statement cin==(expression) 0.00
Template argument deduction in alias templates - typedefing any mem... +0.92
Is there an implicit conversion from std::shared_ptr<T> to st... +0.96
CRTP derived class seemingly does not know inherited type 0.00
Using templates for stream to avoid copying of code produces "... 0.00
Member in child class a reference to parent member? +1.24
cast a pointer to member function in derived class to a pointer to... +0.28
Using function return value as default template non-type parameter -1.10
Why can I call getline without using std::getline? +1.24
Template function that matches only certain types? +1.38