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 ... 37 38 39 40 41 ... 60
Title Δ
Floating point error when accessing std::unordered_map in array of... 0.00
Why doesn't forward iterator have addition assignment operator? -0.11
Overloading a function for a generic type vs for a given type and i... +2.08
operator ++ (prefix) with threads +0.32
Method with same name as the arguments results to different output +0.34
Lvalue istringstream Required for istream_iterator? 0.00
C++ : Pick portions/data from a string having fixed format +0.35
A value is not bound correctly in a vector +1.18
When C++ const methods synchronize mutable state, do non-const meth... +0.86
How to initialise static instance of a class without copy construct... 0.00
C++ - Class constructor creates objects, but the result of the cons... 0.00
Direct assignment vs Dynamic allocation for char * string +1.73
Largest Product in a Series (Project Euler #8) -1.87
smart_ptr to attribute of class segfault -1.56
How to push_back something into a 2D Vector 0.00
Singletons with constructor arguments +1.09
Is there a reasonable fix for "warning: control reaches end of... -0.22
branching depending on which of 3 numbers is smallest +0.28
error: 'template<class T> class Dynamic_Array' used w... +0.37
Best way to overload a function based on argument type being pointe... 0.00
Comparing std::minmax against a pair -0.14
Redefinition Error after moving code into another Header +0.33
Why are static members of template classes not unique +1.40
too many arguments to function 'void isle()' +0.35
C++: While Loop won't break +0.30
Accessing vector values using range based for loop -0.87
Why is it impossible to assign a vector of objects with no copy ass... +0.48
C++ Array Resize crash -1.36
std::array<float, 4> to std::array<double, 4> casting +0.30
void* is not a pointer object / casting implementation +1.53
Why doesn't shared_ptr permit direct assignment +0.81
How to fix error "could not convert <brace enclose initiliz... 0.00
Passing parameters to lambda in C++ +0.72
C++ Passing Object by Reference -0.36
Segmentation Fault: Core dumped; std::deque 0.00
iterator Overload Member Selection vs Indirection Operator -0.65
Counting numbers that have three different prime factors 0.00
How come the condition of this for loop is still satisfied? +0.87
Automatic variable initialization and copy/move constructor -2.18
Using a struct's member variable to compare for next_permutatio... 0.00
Field ‘pointer’ has incomplete type ‘Node’ -1.98
Understanding c++ shared pointers -0.39
accessing array with pointer giving an extra element -0.13
why equality comparison of std::list can not pass compile while the... +1.26
Checking if IX or IV are followed by another character -0.17
Best way to only retain the words and apostrophe into a string? +0.47
Template in C++ Error only on long Datatype 0.00
C++: Do I need "if" statement for destructor? -0.10
C++ thinks Templated Class' Constructor is a Function with an i... +1.98
Is "!" intsead of "== 0" to check if int is 0 g... +0.37