StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 33 34 35 36 37 ... 99
Title Δ
How add/remove to/from vector<unique_ptr>? +2.33
Copy Constructor for dynamically allocated array -1.68
Using array as map key: impossible even with custom allocator? 0.00
Class equality check without operator== 0.00
Possible to copy std::function containing lambda with default param... -1.19
indirection cost ~ 3x of float multiplication, really? (with demo) -0.32
erase-remove_if idiom - was anything removed? -0.93
Satisfy two conditions with a single if in C++ -0.63
QtConcurrent::map shows no benefit -0.24
Are parameters copied twice for inline in c? +1.74
C++ How to pass int argument into string macro? 0.00
Creating const_iterator from raw pointer yields compilation error o... 0.00
Using std::forward on casted arguments +0.31
Function returning its argument or checking for nullptr +0.96
static_assert with nonconstexpr objects in hana's tutorial 0.00
Could I use operator == if I only implemented operator <? -0.34
Make a free function behave like a member function (C++) -1.10
How emulate a templatised std::function in C++ 0.00
Self-document a type-alias (typedef) to indicate that it will be us... -0.84
Returning a list of objects 0.00
A C++11 wrapper class on top of std vector 0.00
C++ new[] operator creates array of length = length + 1? -0.04
Handle immediate destruction of a std::thread wrapper class -0.42
How to pass lambda to a lambda? 0.00
Making a template meta function to create a unit matrix at compile... -2.35
What's the right way to call static_assert(false)? +1.54
Would a template work for std::variant's visit? 0.00
How to create a for loop to go through vectors using the c++11 syntax 0.00
Why does std::unique_ptr not have a const get method? -0.89
Dynamically create a function and get a pointer +0.45
C++17 support Eclipse Neon +0.43
c++ class property setter getter Macro vs template -1.93
Returning a lambda capturing a local variable 0.00
R-values appear to provide incomplete support for unnamed temporari... 0.00
Most efficient way to read lines from text file to std::vector<s... -0.80
Why not capture the already propagating exception in `std::promise:... -0.00
How does std::list.size() have constant complexity? +0.64
C++ - Return C++11 std::array -0.57
How to imply array-length (const int) at compile time from complex... 0.00
C++11 Smart Pointer Make Functions for Variable Sized Objects -0.66
Slicing when inserting pointer of derived class into vector of base... -0.09
Find maximum for Point3f in vector of vector +1.14
Is it good practice to override the destructor? 0.00
Protecting copy constructor with std::enable_if -1.99
Range-based loop does not work with pointer of arrays -1.24
Memory overwrite in my own Vector class 0.00
C++ Unable to overload < operator in typedef struct +1.65
overloading operator=, troublesome destructor in a class C++ +0.42
encapsulate many type of Datastructure<T> and expose all func... 0.00
huffman compressor/decompressor -0.08