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 5 ... 60
Title Δ
What types are convertible to std::any? 0.00
Calling const member function in a non-const member function while... 0.00
Why doesn't make_optional work for file streams? -0.81
Default positioning of fill characters for streams 0.00
Why move() of string changes underlying data position in memory? +0.19
Why does numeric_limits<atomic<X>> not fail to compile? +1.11
Scope of objects created inside a function - Will they be valid if... +0.90
How to check the value of a template parameter? +0.36
Destructor of union member seems to be called automatically +0.18
Different implementations of begin() and end() of a container +1.72
What is the difference between *smart_ptr and *smart_ptr.get() +1.12
how to read and parse text files with istringstream? -1.77
aliasing access to individual array members +0.81
Why std::shared_ptr considered to be "heavy" and "ex... +1.02
Manually calling constructor of base class outside initialization l... +0.20
One class with multiple different declaration -2.02
std::greater on a an std::pair of a double and a class +0.25
C++ function template requires & for array parameter 0.00
std::bad_cast vs NULL, what's the difference? +1.60
Modifying const reference argument via non-const reference argument +0.45
Are the following initializations equivalent in C++ 0.00
How do I run something inside a class concurrently (in single threa... +0.33
What is the correct usage of "std::reduce" 0.00
Filling std::vector with objects created elsewhere -0.06
Const map and its size -0.29
Defining destructor in derived class requires copy assignment opera... 0.00
Why can I read int values from file in C++ but not float? +0.18
auto and {}-lists question regarding Stroustrup C++ book +0.19
Can't use std::cin with char* or char[] in C++20 0.00
Why is std::string s = "123" considered copy-initialisati... -2.79
C++: Extending static STL container/ map member in subclass? 0.00
Why vectors inside two struct have the same address?[SOLVED] -0.86
Is there a default C++ comparator for user defined structure? +1.28
Apply the same random shuffle on multiple containers +1.04
(Why) can we assign non-static class members to static variables in... +1.80
How to comprehend that the type of `std::function` depends solely o... +0.43
Ambiguous call on overloaded variadic template function +0.65
Questions regarding efficiency +0.19
Why does c++ std::hash create a functor struct and can it be called... 0.00
Call member function of non-active union member 0.00
Overload of a nested template function -1.89
Why am i getting an exception at dynamic_cast after filling object... +0.96
Using hex flag inside setiosflags function +0.80
Am I accessing already freed memory, or is DrMemory reporting incor... +0.77
Designated initializer different behavior before and after c++20 -2.31
C++ structs: force initialize members? -0.05
C++ - Comparison between negative and positive number returns false +1.30
How to alias and instantiate a template function at same time? 0.00
Can std::initializer_list be specialized? -2.45
Defaulting to user input using a lambda when parameter is not expli... +1.16