StackRating

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

jrok

Rating
1672.12 (304th)
Reputation
46,263 (2,247th)
Page: 1 2 3 ... 18
Title Δ
Append different types of data to a vector of bytes -2.81
How to access member elements of a std::queue data structure? -0.26
Strange effect of passing parameter as `const` 0.00
Templated check for the existence of a class member function with a... -0.82
Template metaprogramming to match function signature exactly +1.23
How does prepared statements in Sqlite C++ work 0.00
Using std::accumulate to find sum of array +0.79
Disable a member function based on class template parameter value 0.00
how to add value to a list and move on the other values and remove... 0.00
Using 2 lambda function 0.00
SFINAE matches don't go as expected +1.42
How does the compiler differentiate between the constructors of std... +2.42
Execute function inside function template only for those types that... -1.77
Problem on passing array with template in c++ +0.01
How to fill an unknown sized vector using iterators? 0.00
C++ Sorting a vector of tuple<string, float> by numerical val... +0.27
C++11 function template specializes as a class method if it exists -2.22
std::tie fails with "cannot bind non-const lvalue reference&qu... -0.85
Input/Output Operators Overloading, must take exactly one argument... 0.00
Use SFINAE to enable a partial specialisation based on the size of... +1.42
Can't deduct template parameter type using std::conditional 0.00
Where to put non-member function definition of a PRIVATE nested (in... 0.00
Problem with std::vector and/or polymorphism +0.27
Why can a default template be necessary for template deduction? +0.27
How to call functors stored in a map? -2.24
map(long long int,long long int) not working for key=1000 000 000(i... +1.07
How to write this C++17 static constexpr method in C++11? -0.93
Is there a way using templates to avoid narrowing conversion? +1.59
Expand parameter pack in calling the base types' methods when v... +0.96
Declaring a struct within class, defining in source file +1.27
Indicate an object's method through his pointer in C++ -0.57
Why can't I add a layer of abstraction with type lookup to stri... -1.96
Overload method for unique_ptr and shared_ptr is ambiguous with pol... -0.27
How to combine back_inserter with a transformation, C++ +1.16
find if there are duplicates in vector -2.73
Why doesn't compiler prompt double definition when using detect... -0.70
Passing pointer instead of iterator to std::copy -2.63
With templates, how to differentiate two parallel cases, such as be... -1.75
Preventing early object destruction +0.74
Extract a typedef/using definition from a template class +0.28
boost::function_output_iterator constructed from lambda function is... +1.21
How to bind one of member functions of the same name in a class, wi... +0.20
C++ Bind Return Type Template Arguments +0.78
Passing vectors by reference to a function. Vector subscript is out... -0.04
Find substring in string with iterators +1.80
Using a data buffer without violating strict aliasing -1.57
c++ parameter pack specification in constructor rather than template +1.14
Variadic template parameters of one specific type 0.00
nullptr as a template parameter -0.81
how to print array of chars with its pointer? 0.00