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 6 ... 60
Title Δ
Does size_t have the same size and alignment as ptrdiff_t? +1.23
How to get size of a vector from a pointer -1.02
What causes the following difference in implicit lambda capture beh... 0.00
Ignore leading whitespace reading from file +1.19
Unable to delete EXE after it crashes even though process not shown... 0.00
passing template (without a specification) to an std::thread() give... +0.80
how can I handle a TMP to avoid printing whatever 0.00
Operator bool() conflicting with template Type() operator when Type... +0.97
What are the differences bettween null character and '\0'? 0.00
Can't figure out where data of the vector is lost 0.00
API macro for making C++ library 0.00
Why do you need to recompile C/C++ for each OS? -0.73
C++: Store & Call the function pointers in a vector of function... 0.00
Ternary conditional operator inside std::cout +1.07
Difference in default initialization of struct members 0.00
No narrowing warnings when using `emplace_back` instead of `push_ba... -0.30
std::array::iterator that ignores the size template -2.01
SFINAE to select constructor based on class value template parameter +1.60
Why do member types need to be forward declared while member functi... 0.00
Why doesn't initializing a C++ struct to `= {0}` set all of its... +1.07
Can I destruct and object and then instaciate it again with the sam... -1.16
Superclass for template <int v> class Foo +0.20
What is point of passing rvalue reference to class constructor? 0.00
Variadic template packed argument to std::vector -2.03
Why am I receiving a heap buffer overflow runtime error 0.00
How to pop queue if using vector as container -0.30
std::shared_ptr which is empty but not null +0.40
Conversion operators without overloading operators 0.00
incorrect deduction of template parameter pack +0.73
What is "Unary Constructor"? +0.22
How to pass tanh function as an argument to another function? -1.65
How to initialize a struct to 0 in C++ -0.15
How to use std::ratio for values larger than int64_t? 0.00
Copy constructor vs assignment operator with STL vector 0.00
C++: How to get the MSB (Most-Significant Bit) of a Bitset (using b... +0.93
How to have a variable number of arguments, of unknown determined t... +1.05
Can T have a destructor when std::is_trivial_v<T> is true? +0.79
C++11: how does auto deal with () initializer? -0.15
const auto& to integer with std::min std::max +0.20
Lambda function returning lvalue from higher scope -0.98
Tuples as templates in c++ +0.38
C++ Parameter Pack type expansion -1.11
adding and erasing elements from container, without shrinking it 0.00
Can make_shared occasionally create duplicate pointers? +1.22
Placement-new on array elements and pointer values 0.00
Is typeid the same on different computers? +0.20
Copy List Initialization? Why does this compile? -0.48
How can I fix a "no instance of function template 'Defer&#... 0.00
Order of int32_t to uint64_t casting +0.61
Expand variadic template to array of static members 0.00