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 ... 7 8 9 10 11 ... 60
Title Δ
Does this function create a memory leak in C++? +1.26
C++ Use template class to call non static member function +1.01
When do you need a null terminated string in a read-only scenario? -2.58
why and how to use bind() as predicate in c++? +1.21
Using "using" in C++ 0.00
Safe to distribute work of a normal function to multiple threads? 0.00
Overloading << operator results in it being ambiguous +1.09
Why this assignment is correct while it looks like assigning an int... -0.56
Can span be constexpr? 0.00
Why does the size of class in c++ depend on the public/private stat... +2.04
Is it allowed to call a non-static member function in a default mem... +0.20
How do I automatically select an include.h file based on compiler d... -2.69
Segmentation fault in constructor initialization list 0.00
Using an escape sequence that can't fit in its related type 0.00
How does operator [] of an address of variable work? 0.00
Use an array with non-static size inside of a class +0.46
Write to uninitialized variable: undefined behaviour? 0.00
Doing some counter manipulation, how do I make it so that if setCou... +0.73
Why is a re-constructed map type different from the original one? +0.25
How to make constructor accept all type of iterators? +0.19
Ensure that char pointers always point to the same string literal +1.38
How to create a specialized a function template for a custom templa... +1.49
Passing pointer to a temporary std::string to another thread 0.00
How to return an object pointer with conditional expression? 0.00
How to get integral type from a template type array 0.00
Parameter type check for forwarding reference is not working 0.00
How do I define variable of type int[][26]? +1.31
How can I prevent user from specifying a function template paramete... -0.78
C++ perfect forwarding: how to avoid dangling references +0.98
Using static constexpr member variables of a non-constexpr object a... -0.79
Can class name be referenced implicitly at compile-time? +1.11
what does -Werror,-Wundefined-inline mean? 0.00
C++ exception specification for iostream operator overloading 0.00
Distance between heap and stack +0.20
Does an aggregate type imply that it is also standard layout? -1.27
std::set different comparer for inserting and ordering -1.56
Multi-Dimensional Arrays in Memory 0.00
Const reference to temporary object does not extend its lifetime +1.11
How to disable pointers as template typenames +1.32
How to take a class, that uses a parameter pack and typename, as an... +1.65
Can I use the object in the same expression more than once without... 0.00
How to return a value from a constant array in a single line in C++ -1.08
const_cast<char *>(char* const) not lvalue? -0.07
Same template specialization for const & non const type +0.54
Why can't a string literal initializer list for a std::vector c... 0.00
c++ literal array notation 0.00
How do you access variables that are allocated on the heap in C++ e... 0.00
Syntax for Accessing Dereferenced Values of an Object 0.00
Is it safe to call placement new on `this` for trivial object? 0.00
How to shift left one specific bit? 0.00