StackRating

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

NathanOliver

Rating
1752.39 (39th)
Reputation
114,186 (597th)
Page: 1 ... 9 10 11 12 13 ... 60
Title Δ
How to use a class method in cupsEnumDests? 0.00
Logical error in timing in C++ (using std::chrono) -0.27
Why did the range based 'for' loop specification change in... +0.23
c++ gcc error: 'sqrtl' is not a member of 'std' 0.00
Force template deduction from a function to produce const reference... 0.00
How to call variadic template function with defined first parameter... -0.56
Order of elements with the same priority in std::priority_queue -2.23
Why is std::uniform_int_distribution<IntType>::operator() not... 0.00
How operator<< works with manipulator functions -0.65
Is there a recursive way of making this array of strings? -1.74
Why do standard associative ordered containers allow `const char*`... +0.21
What is the advantage of a unique_ptr over a shared_ptr 0.00
For what reason would it be necessary to bind a const lvalue refere... +0.95
Why does comparison function type need to specified as template par... +1.38
Is it UB to Modify where pointer points, when original data is const? +1.19
Can we achieve encapsulation using namespace? -2.35
Sorting subset of indices according to some criteria 0.00
Substitution failure with `std::function` and previously deduced te... -1.68
Why is Xcode not recognizing argc? +0.95
Why do we don't have hash and pred functors for a map? +0.82
Is it a bug of the implementation of std::valarray in gcc? 0.00
Concrete class not being constructed -1.23
I am writing a code to store an int array in a file and then retrie... -1.93
How to print a sequence from 0 to N using recursion with only one p... -0.24
Can std::transform be replaced by std::accumulate? -2.89
Function pointer with "not a type" error when using templ... 0.00
Using Parentheses in Partial Template Specialization -1.90
Is a reverse iterator constructed from an iterator is its previous... +0.20
Is calling size() on a std container thread safe? +0.22
Is there a way to forbid a base class method call in the derived cl... -0.29
How to calculate the size of enum -2.67
const (but not constexpr) used as the built-in array size -1.27
Should a typedef be both in the class definition and class declarat... +0.81
Inheritance of =delete functions +1.03
Template specialization vs. Function overloading -1.20
How to Solve Visual Studio C++ problem, "Arithmetic overflow:... -1.01
Why 'std::make_shared' is always using the global memory al... +1.11
Am I using std::move() too often? +1.47
Returning unique_ptr variable returns an error +0.89
Can someone explain how the shorthand assignment operator actually... -2.52
Using a class as template parameter in its own decleration 0.00
Why is template constructor preferred to copy constructor? +0.78
set_difference issues, not returning all values or duplicates 0.00
Is there a way to whitelist wich types are allowed in a template fu... -1.77
constructing a std::vector using std::transform. Possibility to ret... +0.99
Can multi threads access same weak_ptr object C++ 0.00
C++ monitor class/wrapper using condition variables -2.87
add_lvalue_reference/add_rvalue_reference and cv-qualified type +1.90
Initializing vector with reference_wrapper's locally +0.55
Why does bool exist when we can use int? +1.35