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 ... 23 24 25 26 27 ... 60
Title Δ
C++ stoi: none of the 2 overloads could convert all the argument ty... -1.13
Why is std::is_error_code_enum<std::errc>::value false? +0.26
Problems with decltype and templates 0.00
sorting a vector of std::pair<int, std::unique_ptr<const T>... +1.14
In C++17, why is pointer type deduction apparently inconsistent for... +0.25
Cuda, device, expression must have integral or enum type 0.00
Unpacking variadic template parameters into initializer list +0.25
Threads and function call safety for global variable 0.00
Is There a way to use the Parameter Names from a typedef +0.26
Struct's pointer and how to access elements -1.44
Constant character pointer using unique_ptr +0.64
Mixed values of arguments, when I call pointer member function 0.00
why conversion operator is getting called when std::for_each() retu... 0.00
Declare multibyte character array where bytes > 2 +0.68
C++11 rvalue reference addressing 0.00
How does the while loop in this code snippet work? 0.00
Why put an enum in a struct and then use a typedef name? +0.22
Literal with number and unit in an algebraic expression as argument +0.95
How do I simplify this addition interface? 0.00
Conditional Statement Simplification - C++ -0.19
c++: why a specific parameter must be captured by value in lambda +0.26
std::filesystem::directory_iterator linker issue (C++17) 0.00
Using automatic deduction with unique_ptr and custom deleter -0.71
Iterating a vector to second to last element with index vs iterator -0.43
C++ Template no match for operator< +0.08
Convert uint64_t Bitmask to std::array of bool 0.00
Pass raw pointer to function that accepts unique_ptr as parameter +1.47
Why can't unique_ptr's template arguments be deduced? +2.35
C++ Break out of a function at an early stage +0.26
Fast random string 0.00
Cannot insert std::unique_ptr with custom deleter with std::move +0.84
Destructor issue with delete[] -0.66
Efficient way of providing an initializer list constructor 0.00
not understanding double forwarding of an lvalue - when passed by v... -1.17
Why std::set::erase is not consistent with std::set::insert? +1.01
'localtime_s': is not a member of 'std' in VS2015 0.00
No appropriate default constructor available for std::unique_ptr +1.34
Understanding volatile asm vs volatile variable +0.87
why THREADS in C++ gives different output on execution? 0.00
How to set maximum field width for a std::string with iomanip? 0.00
Using try_emplace with a shared_ptr -1.31
Copy an object and make both share a member variable (C++) 0.00
What is the difference between post and dispatch in boost::asio? +1.02
Cast a class object into an interface at constructor always returns... 0.00
Error when using operator << with implicitly converted non-fu... 0.00
How to search for a Char in a txt file using C++ +0.27
Factories: how to pass temporary smart pointers to functions. C++ +1.51
Two functions having same body different name 0.00
Why cin accepts string inputs after including String header +1.02
Why is cin not executing inside for loop? 0.00