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 ... 17 18 19 20 21 ... 111
Title Δ
Create different template class according to the basic type of the... 0.00
Is this template<int ...> idea in C++ possible? 0.00
Proper way to write a C++17 style "_v" helper template fo... 0.00
Variadic template function with no arguments -1.01
Is it possible to match recursively integer template parameters in... -0.88
define function template alias by using 0.00
Initializing member variables with braces or parentheses 0.00
How can I specialize an algorithm for iterators that point to compl... -1.00
C++20 Concepts : Which template specialization gets chosen when the... -1.56
Is there a way to run functions in the order of a randomly generate... 0.00
Problem with sizeof... of parameter pack in enable_if -2.09
g++ macro concatenation vs c++ macro concatenation 0.00
std::vector<bool> initialization returns `expected a type spe... +2.63
C++17 initializing base class constructor using drived class consta... 0.00
Using Enum Class to define members in class -1.12
Call constructor of mixin base classes based on number of arguments -0.28
What's the point of unnamed non-type template parameters? +1.22
Parenthesis possible combination patterns 0.00
How to avoid memory leak with string pointer in virtual class -0.58
Why am I not getting the remainder for “m”? -0.58
How to search for an integer within a nested class with the binary_... -0.00
In C++, how to construct an object referencing to different istream... 0.00
Print all permutations of selected length characters with repetitio... -0.36
Why is my recursive variadic template not compiling? 0.00
Auto return type of template and ambiguity 0.00
Overload template function for generic enum and the other types -0.95
c++ macro expansion(__VA_ARGS__ item name and value) 0.00
How to write a random uppercase char generator in C++? +1.73
Extract subset of vector of vectors +0.41
Why is it not possible to use a template alias in function as param... 0.00
Guarantee function call in logical AND expression -2.17
Macro using variable arguments +1.70
Deleting a static class instance of QWidget type causes invalid poi... -2.19
C++ two objects holding pointers to different parts of the same array +1.19
Shorten usage of std::shared_ptr<std::vector<shared_ptr<Va... -1.08
Adding unique pointer of objects to map +0.41
c++ strange behavior ... same variable contains different values 0.00
Is it possible to use a std::array as a data container for a POD st... -1.09
[[noreturn]] error handler calling in function which must return, s... -0.24
Rewriting a small C-define into "normal" C++ function -0.30
How Can I solve the logical error in the flowing code? 0.00
character array validation in C++ -0.09
Does a program with std::map<T*, U> have well-defined behavio... +0.07
How to have set of struct using custom comparator function instead... +3.06
C++ how can we bind a placeholder to a reference/ref argument when... -0.93
How to request vector<T> as a template type argument -0.26
Scope of variable local to static method in C++ +0.04
Passing a function as a parameter within a class -0.62
How can I do the type deduction on parameterized template function -0.72
how to pass subclass as parameter for function expecting base class... +1.02