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 ... 22 23 24 25 26 ... 111
Title Δ
How to handle rendering utf-8 characters with size >= 2B properly? -0.56
C++ compile code depending on the concrete type of auto +0.20
std::set deduction guides don't work as I'd expect 0.00
How to combine each n elements of array into one element 0.00
Getting diffuse material right form cpu code to gpu shader 0.00
Template argument deduction fails when using braced initializer list +1.13
Avoid code duplication with a runtime type switch (and templated fu... 0.00
How to Create a list of numbers in C++ such that it can choose a ra... +0.42
Access Member Variables using templates 0.00
Inheriting a default template value 0.00
Why does clang not always produce constant value for same static co... -0.59
How to disable a member function based on a class template parameter? -1.03
C++ auto collapsing rules -1.07
How to call inherited class's functions in templated class -1.36
C++ initialize object in constructor (polymorphic) +0.40
C++ templated classes gives `error: non-template X used as template` 0.00
How to get original exception back from std::exception once caught? +0.39
am I forced to use/create the default super constructor when creati... +0.68
Can I initialise a std::vector<T*> from a list of instances? +2.52
Illegal capture in lambda expression in c++ 0.00
Does decltype(auto) make trailing return type obsolete? -0.01
Name for basic binary mathematic operators in C++ -0.33
How can I slice variadic template parameters and use them? 0.00
Should a typedef be both in the class definition and class declarat... +0.92
Running any functor with half of arguments 0.00
What is the difference between initialising an object with and with... 0.00
Template specialization vs. Function overloading -1.34
Function return type for template class inside template class -0.59
How to determine container type based on user input 0.00
Are there any differences between if (!x) and if (x == nullptr)? 0.00
Accessing Array in a class +1.43
How can I construct std::tuple of references from a parameter pack? +2.05
Variable template specialisation +0.42
Type of lambda function that receives an argument 0.00
C++ weird templates/namespaces behavior +1.68
please advise how to rewrite 0.00
Can someone reduce these 3 constructors to a single one? +1.76
C++: What is the difference between `const T &` and `T &&am... 0.00
Can someone explain how the shorthand assignment operator actually... +1.31
A question about syntax in inheritance of exceptions 0.00
Integers not being copied to array in object 0.00
Defining a reference as a function call - what are the benefits? +0.26
How can I change my hanoi tower output display vertically? 0.00
how to define function pointer compatible with using lambda with ca... 0.00
good design pattern for multifaceted iterator? 0.00
Initializing a static two dimensional map<int, int> in C++ +2.04
Is it possible to pass a type and a pointer of that type to a c++ t... 0.00
Even after macro substitution can't resolve the variable 0.00
Defining a class with no default constructor inside a struct +0.34
How to find out if two string are equal based on the occurence of o... -0.36