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 ... 13 14 15 16 17 ... 60
Title Δ
Assigning a shared_ptr to another after calling get +0.21
Deleting move constructor and constructing object from rvalue +1.25
Deduct type of which other type is dependent 0.00
"full-expression" versus "full expression" 0.00
Does emptying a std::queue using a scoped queue::swap break any rul... +0.70
Format specifier to portably print std::uint64_t variable in C++11 0.00
Do we have C++20 ranges library in GCC 9? -1.91
Using both const and non-const for param passing +0.21
Why does a private struct defined in a .h require a scope in a retu... +1.25
Define a function in function declaration using std::iterator trait... +0.24
Hint when inserting/emplacing new element into unordered_map/unorde... +1.21
Can anyone explain why this recursive input function is correct? I... -0.33
Copy constructor and move constructor has the same run time and mov... -2.82
Parallel For Loops: Find if a sorted array contains duplicate eleme... 0.00
Variadic template ambiguity - empty parameter pack +1.17
C++ for loop with multiple pointer initializers -1.61
Invalid conversion from std::size_t* to long unsigned int* +1.00
Function argument inheriting two types simultaneously +1.93
Give an alias to an object's member +1.95
Why is my arithmetic with a long long int behaving this way? +1.41
why can't I assign the value of one variable to another? -0.17
Does it make sense for a function to return an rvalue reference? +0.57
String initialization and printing -1.04
Reads data correctly but writes incorrectly 0.00
Data member references to data member array? -0.30
Right usage of move semantics 0.00
C++ : struct vs function for ordering elements +1.50
using set for sorting in log(N)? +0.78
How many temporary objects are created in this initialization? +0.76
Nested range based for loop over vector of pointers 0.00
extract duplicate sub-char* from multiple char* 0.00
brackets elements meaning after a struct type A{a, b, c} 0.00
Design of similar typed classes 0.00
std::is_constructible on incomplete types -1.31
Move constructor for returned objects breaks C++98 code? +0.53
What does a semicolon after for-loop means? Why is there a j++ in f... -1.45
Are non-static class members destroyed even without a destructor? -0.17
Why is std::is_aggregate<T> an aggregate? +1.07
How to make static_assert block re-usable in template classes? +0.37
Purpose of the C++ keyword: &= (a.k.a. 'and_eq') +0.61
How to reattach thread or wait for thread completion before exiting -0.13
Can i use auto or decltype instead trailing return type? 0.00
A replacement for std::find_if and std::bind2nd on a sorted vector 0.00
Whats the best approach to learning logical format and vocabulary n... 0.00
Partial specialization or instantiation of template class method 0.00
C++ - Template static method with templated parameter inside templa... 0.00
Overriding an object in memory with placement new +0.64
Why does stoi/atoi provide me with a compiler error? 0.00
enable_if and auto return type? 0.00
Is there a way to implicitly convert an enum class to std::byte? -0.31