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 ... 12 13 14 15 16 ... 60
Title Δ
How do I iterate equal values with the standard library? +0.53
STL list Code that compiles in Visual Studio 2013 gives error in Vi... 0.00
std::set with string key and potential efficiency loss 0.00
How to return a different type based on a enum argument 0.00
Access to elements of const char *arr[] in a function 0.00
C++ Memory Address +1.12
How to use a range-based for loop with a vector of future<T> +1.13
Is deduction of multiple template arguments in an explicit speciali... -1.63
How do I organize members in a struct to waste the least space on a... -0.59
Const correctness, std move and smart pointers 0.00
Is it legal to call shared_future::get() multiple times on the same... +1.24
How do i use an Array of abstract objects? Invalid abstract type er... 0.00
Why call the default destructor of an object before freeing the mem... -1.24
g++ breaking change in std::filesystem::last_write_time +1.33
Why is my code printing rvalue 2 times instead of rvalue & lval... 0.00
Declare object without calling default constructor -1.43
Conversion operator in direct-initialization 0.00
What formally guarantees that reads don't see a write (with rac... -0.54
Static storage objects optimization on thread context 0.00
Overloading the End of Recursion for a Variable Length Template Fun... -2.02
C++ ownership of a function parameter +0.66
Default template argument of a class template has no effect if plac... 0.00
Why does the following `std::transform` example need a function poi... 0.00
Sorting using lambda function in c++ 0.00
Is there a way to get the value_type from a template var which is f... +0.81
Passing a 2D array to a function as pointer to array of integers -1.40
When a class dynamically allocates itself at constructor, why does... +0.84
Boost lock free queue asserts for trivial assignment and destructor -1.90
Virtual Functions of different classes share same (invalid?) memory... 0.00
Why does template argument deduction fail with overloaded function? +0.96
Simple C++11 hash function won't compile 0.00
string_view points to another string +1.11
Is there an easy way to parse a float from a string in C++ GNU ARM... +1.04
Why can't I use =default for default ctors with a member initia... -0.17
Can an enum be reduced to its bit size in C++? +1.20
No array bounds check when using auto -2.77
C++ how to check a condition before using initialiser list? +0.71
Using Smart Pointers -1.77
Overloading input the base class inside overloading input derived c... -2.75
inline function choose criteria +1.09
Don't quite understand what the address of & operator is do... 0.00
Comparator for sort, specialization -1.94
Does std::discrete_distribution() allow zero weights? 0.00
adjacent_difference work with pre and next 0.00
Limiting Class Template Types +1.11
Why can a function which takes a reference be given just an object... +1.03
Why does this if-statement combining assignment and an equality che... +0.49
Binary Operator for Template Class Doesn't Resolve Implicit Con... 0.00
Is it possible to use std::basic_string as a wrapper around char*? -0.37
Is there a way to make a function return a function? +0.92