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 ... 5 6 7 8 9 ... 60
Title Δ
error: reference to overloaded function could not be resolved; did... +0.95
What does std::mutex prevent threads from modifying? +0.06
Why is this pointer treated as an rvalue in this scenario? +1.25
How to remove narrowing conversion from int to char inside initiali... -0.74
C++ cin.ignore() skip loop -2.93
How to check if number1, number2, and number3 is equal to a, b and... +0.90
Zero overhead subscript operator for a set of values -0.37
Successive numbers of the form 2^{p}3^{q} -0.80
C++ Initialize Variable in .data Section 0.00
How does template function work with multiple typenames which may s... +0.99
Is std::transform_reduce without execution policy portable? 0.00
C++ template function check unique vector +1.09
Force copy assignment over move assignment operator -1.03
Allowing class template's template parameters to be visible in... 0.00
What is the right way to pass an object created by std::bind to a f... +0.09
Class Template with Nested Class Declaration (C++) 0.00
Is void() a valid C++ expression? +0.52
What happens when Injected-Class-Name occurs? (C++) +0.94
How can I specialize an algorithm for iterators that point to compl... +1.00
Class Template with <T> or without (C++) 0.00
Dangers of shifting a char out of scope 0.00
Embedded device -> std::thread -> FreeRTOS? -0.29
Are captureless lambda guaranteed to be empty by the standard? 0.00
std::accumulate with a reference? 0.00
Copy constructor call for temporary object 0.00
Is it guaranteed that a byte-wise zero int is a representation for... 0.00
How do I pick the bigger data type for my array? +0.85
C++ Operator Overload for Functions -0.81
VSCode says std::chrono is ambiguous if operator<< overloaded 0.00
Why is the dynamic_cast allowed to yield a null-pointer for polymor... 0.00
Get result into the caller from a function returning std::optional... +0.64
How does std::strlen wоrk internally? +0.12
Can I use an allocator object to free memory allocated by another a... +1.06
Passing vector with std::move function signature +1.11
Why is an explicit construction considered an (implicit) narrowing... +0.48
How value of map is getting initialized as there is no assignment o... +1.67
Scope of using namespace versus using namespace closure +0.98
Why boost::combine support for structured bindings is missing the a... +0.93
`iterator` and `const_iterator` are not required members of STL con... +1.23
Bitwise operations on SINGLE BIT of std::vector<bool>. Why th... +0.10
Perform operation for a collection of instances involving a specifi... +1.27
How do to simulate lambda functions and closures in C++11 with clas... 0.00
Variation on the type punning theme: in-place trivial construction +1.29
How to pass a Callable object in c++17 to be used with std::invoke -0.30
How to define a vector class using std::array with aggregate initia... +0.21
How to write a random uppercase char generator in C++? -1.54
Clearing Class Foo with new(pFoo) Foo() 0.00
Check function pointer for nullptr in a template for any kind of ca... 0.00
Why don't default parameters work alongside a parameter pack? +0.97
Flexible array as a class member 0.00