StackRating

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

Jarod42

Rating
1595.26 (2,009th)
Reputation
130,253 (480th)
Page: 1 ... 6 7 8 9 10 ... 111
Title Δ
How do I specialize a member function of a template class? -1.90
Dynamic conversion from integer value to type (C++11 template metap... 0.00
Is there a way to store multiple types of struct members pointers +0.03
Why can't I use this 'void' type in a range based for l... 0.00
Function inheritance and return types in C++ 0.00
Is explicitly calling destructors from constructors bad practice in... +0.77
How to implement a counter after finding highest value and accessin... 0.00
How to get decltype of class in class declaration -2.26
Separate class declaration from definition -1.37
function pointer in C++ in bisection method +1.90
Best way to find difference between two values in a cyclic system? -0.96
Print a sequence of strings with one missplaced string 0.00
how to iterate one time over a loop each time call a function? 0.00
C++ SFINAE constructor accepting derived class too +0.42
Efficient way to compute unique permutations with restrictions 0.00
Error setting up unordered_map with non copying-able type with gcc... 0.00
what's the difference about fib function with template? 0.00
Convert arguments to types expected by wrapped function -0.60
Call one of multiple variadic functions based on params -0.61
Varadic and template template parameters and partial specification... 0.00
Parsing the string and populate the map 0.00
P0847 deducing this - can it allow a generic clone without a need f... +2.11
Known sizes at compile time of variadic arrays 0.00
What C++ design pattern is available for swapping behavior of a fun... 0.00
Optional/ignored argument in C++ lambda, or lambda signature-based... 0.00
How to use bitfields that make up a sorting key without falling int... 0.00
Avoid c++ compiler name resolution for exception class aliases 0.00
Creating an X amount of rectangles which are not intersecting each... 0.00
Unable to find the error in the code I wrote for a question on loop... +0.42
How can I use bitset in map? -1.34
Passing object of base class to function of reference to derived cl... +0.07
disable function template specialization or overload with constexpr... +0.43
deduce function parameter types of overloaded member function by ar... 0.00
Ambiguous call to overloaded function in variadic template function -1.12
Getting address of first passed variadic argument 0.00
How to write overloaded functions for derived classes that are stor... -1.55
How do I use the parameters of the object that I am calling a funct... 0.00
How to get class type from member pointer template type +0.02
Base case specialization for recursive variadic template +0.72
Using passed argument list in a function 0.00
Concatenate const char at compile time when one of them is a functi... 0.00
Why C++17 class template argument deduction fails? 0.00
Using auto vs const auto& to temporary keep result of method call -0.67
How to do variadic deduction in std::function's parameters? 0.00
How does C++ return value optimization (RVO) work when the function... 0.00
Incorrect char array length when using reinterpret_cast to store da... 0.00
How do I read each record in the input file as inputFile.read(reint... 0.00
Create a class based on combination of other classes -0.08
C++ Enum Template Functions: Compile Time Reflection +1.64
C++ how to use std::adjacent and std::count_if together, to count t... -0.09