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 ... 19 20 21 22 23 ... 111
Title Δ
Can a copy constructor be defined in the base class and still handl... +1.55
Compile-time generating an array of non-constexpr objects that shou... 0.00
what's the difference between Class(const Class & c) and Cl... +0.38
std::pair<K,V> templated function not called template overloa... -2.27
Applying a function to all template parameters 0.00
C++ getter method for private variable not working properly(Only ha... -0.11
Detecting different string literals using templates in C++ -2.26
Call base method from base function pointer with arguments 0.00
Deduce template parameter through std:is_base_of 0.00
How to execute a nested if statement only when all the iterations o... +0.40
I have a function that should print an array, but for some reason i... -2.07
How can I implement object caches using std::weak_ptr? 0.00
24-bit to 32-bit conversion in C++ -0.41
Any reason not to use global lambdas? -1.18
At what inheritance level to store a dependency pointer when both d... +0.36
Finding random numbers in a range that have different minimal dista... +2.04
C++ template metaprogramming (version less than 17, preferably 11) +2.10
Why can a derived class call base class constructor twice? +0.40
Friend Function needs a Helper Function 0.00
Member enum class of template type as function argument -0.60
function overloading on operator overloading function 0.00
What is/was the purpose of std::make_array? Is it still needed in C... 0.00
extern variable value initialization after its uses in xcode 0.00
Best way to generate a variadic argument list containing N argument... +0.45
Why do I have to use std::make_pair? +1.91
Is it ok to use std::variant of std::variants +1.90
Using .data() to turn a character array to a std::string doesn'... -2.10
Refactor template class that uses it's nested class as a templa... -0.59
c++ call c function if it does exist +2.09
How to make grouped or paired fold of parameter pack? -1.61
Using range-v3 to read comma separated list of numbers -1.02
Check if a vector is ordered using divide et impera algorithm +0.76
What happens when there are several exceptions in flight, and how t... +2.25
Repetitive Prints with For Loops 0.00
Casting in member initializer list when passing variadic arguments 0.00
error: 'class std::unique_ptr<std::set<long unsigned int&... 0.00
Const and reference member function qualifiers +1.02
How to reimplement iterator of a class that contains STL container... 0.00
Function Overloading and returning different data types depending o... -0.08
cpp inheritance virtual method resolution order +0.41
generic-template function always returning integer values -2.07
C++ template class static members initialization 0.00
C++17. Dealing with template parameters that are related using auto... 0.00
Is there a way to input any data types in a function c++? 0.00
Is it possible in C++ to use ternary operator to select a compariso... -0.77
Why can't access to enum here? +1.95
is there a way to switch between std::array -0.34
How to take a function using stringstream to parse the numbers, and... -0.12
How to mock member functions that modify private variables in a C++... -0.10
why is my code not printing the largest number? +0.24