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 2 3 4 ... 60
Title Δ
How to slice map of structs into a sub-set with the same keys? +0.91
Call a member function automatically in the end of a scope -1.95
Prevent object copy on return +0.39
Variadic templates: One method per template argument +1.57
Why does this error happen when swap for same type of standard libr... 0.00
C++: how does C++ know to destruct smart pointers inside containers? -1.35
Can the class member can be changed depending on the template args... +1.01
How is 'std::thread' is able to determine the number of var... -2.94
Mneumonic for remembering which overload is predecrement/postdecrem... +0.63
C++ Compiler picking the wrong overloaded function -0.27
A C++ abstraction for sorted containers that differ only in sort fu... +1.16
What does the syntax of '...' after the call to std::forwar... 0.00
compile c++ file in linux terminal: string_view : No such file or d... 0.00
passing a temporary lambda by const std::function reference should... 0.00
Why can I pass iterators of two different containers into sort? +0.70
C++ scoped lock in loop blocks another thread 0.00
No template argument needed for initialization of base class which... 0.00
Any way to initialize this variable based on class template type? -3.03
std::map with non-unique key ordering but unique comparison +1.20
Why do I get so precise floating-point number from std::cout? -3.37
c++: how to initialize std::mutex that has been allocated with mall... 0.00
What is the syntax for make_unique for a pointer of base type to a... 0.00
how the output of cout<<4%-8; is 4? -1.06
Difference in definition of null pointer in C99 and C++03 -2.11
C++ ensuring arithmetic result involving literals is 64 bits not 32... 0.00
Allocator-related error when passing lvalue to a universal referenc... 0.00
Pointers and References: is '*p = a' the same as 'p = &... 0.00
c++ : move assignement operator and inheritance 0.00
What is meant by locality of declaration? +1.07
Using function return for another template function C++ 0.00
How is std::vector getting initialized in this case? +1.18
How can the synthesized default constructor initialize already init... +0.17
What is relative order and what does stable_partition do? -2.60
How to choose iterator direction at runtime +0.62
Convert std::thread pointed by void pointer to object std::thread i... 0.00
Why does passing a struct with const reference members cause a C228... +1.39
C++ how to detect eof using getline() +1.21
Unintuitive behavior of overloaded explicit constructors 0.00
Does the ternary operator combined with C-style upcasting of pointe... 0.00
"Overload" a template based on the number of template arg... 0.00
How is the std::shuffle_order_engine table managed? +0.18
Pass inherited arguments to base class constructor, then do somethi... 0.00
Converting vector<unsigned char> which contains /0 in it to c... 0.00
C++ subclass constructor is ignored 0.00
C++ find first element in vector satisfying a condition using the s... 0.00
What is a modern way in C++ to execute "mkdir -p"? 0.00
Variadic data structure template instantiation 0.00
Using const variables through multiple header files 0.00
type parameter in template<typename T> int compare(const T&am... 0.00
How to derive from a class without virtual-destructor? 0.00