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 ... 4 5 6 7 8 ... 60
Title Δ
Using template to create default constructor in C++ in main +1.13
What's the meaning of std::enable_if_t = 0 0.00
How to use typedef recursively? -1.98
Cannot use <any> library in c++ 0.00
Can I capture an object as a const when using init caputre? 0.00
Function template fallback overload 0.00
Weird behaviour with class fields when adding to a std::vector +0.20
Is std::unique_ptr memory aligned? 0.00
Cppcheck syntax error code smell by C++/CLI 0.00
In which version of Visual Studio was a function introduced? +0.98
How to seed a random number generator in a safe and portable way? 0.00
Copy a derived class with only a base class pointer in C++ -1.04
Does spawning a thread provide memory order guarantees on its own? 0.00
Picking a constructor to call +0.91
Can assignment to auto have a type other than the result of the r-v... 0.00
variable causing crash when executing function 0.00
C++ template argument without a name 0.00
Why use SFINAE instead of function overloading? +0.83
c++ : variadic template and function overloading +0.19
Return an RAII object from a function -1.37
Why does std::vector::iterator::operator-> only drill down one l... 0.00
Returning std::string via ternary operator - returns garbage +0.36
How to use () initializers for vector in class? +0.82
Why does using a fundamental type as a base-class compile sometimes? +0.99
Exception 0xC0000409 (stack buffer overflow) when using dynamic_poi... 0.00
How does the compiler differentiate between the constructors of std... -2.42
How does the compiler determine between a function using SFINAE and... +0.99
Can I detect and change the current data alignment setting for stru... -2.75
Type deduction for variable declared in lambda's capture -3.07
Why does a user-provided default constructor lead to an uninitializ... +1.16
Is there a way to initialize a vector by index in c++11? -2.25
Template friendly string to numeric in C++ -0.30
Capture std::array in lambda +0.93
c++ std::enable_if .... else? +1.26
enable_if on conversion constructor (static cast, is_base_of) -2.32
Order of traversal given by std::filesystem directory_iterator -1.23
Overload -> arrow operator in shared_ptr<interface> instan... -0.28
How to remove a std::function<void()> in vector? +1.14
c++ is it possible to gain access to an alias (using) from an insta... 0.00
Is it safe to convert function parameter `const char*` to `std::str... +1.23
Use class name for conditional macro expansion -1.06
Disable the std::initializer_list constructor +2.07
What does "result.second == false" mean in this code? +0.89
"using" type alias of class scope: [when] can usages in m... 0.00
Using std::vector as view on to raw memory -0.88
Understanding bitwise XOR (^) with boolean variables +1.53
Get total number of elements in a nested STL-like container -3.03
Why does the following templated class member function not compile? +0.92
why g++ shows "gets()" not declared ,even after including... +0.91
conversion from 'size_t' to 'const double', possibl... +0.31