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 ... 29 30 31 32 33 ... 60
Title Δ
How to return child class's object when function return type is... +0.01
Errors with c++ pointers to arrays: invalid type argument of unary... +0.25
C++ STL algorithm equal +0.72
Why can't I use QList::size_type as I would std::string::size_t... -0.96
Modify a vector by changing its pointer doesn't work in c++? +1.19
Move constructor is automatic generated even a member doesn't h... 0.00
How to optimize std::map insert() function? +1.13
Why does GCC 6.3 compile this Braced-Init-List code without explici... 0.00
Fill vector with constructor call +1.13
Call unlock on std::shared_mutex that is locked in shared mode 0.00
C++: one writer/multi reader access to an unordered_map thread safe? +0.25
Default value of function parameter initialized by list initializat... +0.26
Why do I need to cast the argument of algorithm remove()? 0.00
overriden method first c++ -0.45
std::move for "in-place operation" -0.34
Class template with variable type of container 0.00
What is the use of value_type in STL containers? 0.00
Can I return NULL for vector<double> function? 0.00
unique_ptr with multithreading 0.00
compile error tuple of maps getting elements by map type -2.29
remove element from std::list by reference +0.54
Stumped on how to return reversed cstring +0.25
When std::thread is destructed and what happen to the shared_ptr if... +0.91
Suppress non-trivially useless warning "control may reach end... -1.49
Different member function for Different Non-Type Template Parameters 0.00
C++ operator = for arrays with class member function +0.27
How to Initialize an array using initializer-list C++ +0.24
braces around scalar initializer error 0.00
Lifetime of a temporary with temporary subexpressions, bound to a r... -2.19
Does weak_ptr is always expired after shared_ptr reset? +0.30
Inconsistencies in the output while reading and writing simultaneou... 0.00
Why is std::min_element and company not specialized for std::vector... +1.27
std::max cannot be resolved after including <algorithm> -0.72
std::list::erase(iter) exception handling c++ +0.67
redefine < operator to use in stl algorithms for strings +1.55
What Standard Calls are Actually Macros 0.00
overloading operator for string in c++ 0.00
SFINAE enable_if enable constructor with pre c++11 +0.15
Can't make a function accept both rvalue and lvalue references +1.34
Why am I getting redefinition of ‘template<class T> if I use... +1.06
Can I make the constructor of a derived class constexpr if the base... +1.59
Looking for a way to implement an expression which takes an operati... 0.00
Is unsigned int a `simple-type-specifier` 0.00
No pointer decay during assignment to pointer-to-fixed array 0.00
overloading operator outside of struct 0.00
Why const QString& param return bad const char* pointer to data -2.24
C/C++ interop between _Complex and std::complex 0.00
When does N & (1<<x) == true? -0.58
Why can a const reference to a string parameter take string literals? +1.21
error LNK 2019 Unresolved externals Build error during compilation... +2.13