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 ... 85 86 87 88 89 ... 99
Title Δ
Is the expression `&(*some_vector.end())` well defined? +2.57
boost::function<void (int)> type compatibility, how's it done? 0.00
Fastest way to find all primes under 4 billion -0.79
Can i = v.end() be optimized out of a for loop? +1.98
Convert a vector<T> to initializer_list<T> -1.35
Binary to Decimal Conversion using Divide-and-conquer +0.47
Is strcpy where src == dest strictly defined? -0.56
C++ Restricting the inner type in a template template -2.16
Clean implementation of function template taking function pointer 0.00
Possible to automatically generate operator+ for a class whose data... +0.98
Should I make my own comparator for pair of two smart pointers in m... 0.00
Why can I call function templates without forward declarations? +1.05
g++ doesn't compile constexpr function with assert in it +2.57
How does the caller of a function know whether Return Value Optimiz... -1.72
Will C++ compiler optimize return-by-value code? -1.12
Using std::function/mem_fn in C++11 with member functions -0.12
Any way faster than pow() to compute an integer power of 10 in C++? -0.38
Having trouble deleting vector of pointers -0.65
In C++, how to iterate array in reverse using for_each? -2.27
How to check whether the iterator hit the end without container? +1.75
How to create a function that only exists for a particular template... -0.43
How can I enforce single ownership with weak_ptr? (Or, how to subcl... -0.30
Polymorphic return types in C++ +1.91
C++11 non-owning reference/pointer to unique_ptr? 0.00
Is there ever a reason to use std::list? +0.65
const value and RVO +2.50
On platforms where pthread_t is numeric, is 0 guaranteed to be an i... 0.00
Is there a way to emplace return value? -0.17
Issue with is_copy_constructible +0.52
Should I pass an std::function by const-reference? +2.40
Get template function type -0.45
'vector iterators incompatible' 0.00
Nice way to portably "assign within conditional expressions&qu... +1.35
Error C2248: 'std::future<Worldlet>::future': can not access... 0.00
Why does vector::push_back and emplace_back call value_type::constr... +0.50
std::vector inserting std::pair +1.11
sum of non-integer elements in std::vector +0.77
Creating an array initializer from a tuple or variadic template par... 0.00
Error about std::promise in C++ +2.92
How negate std::is_integral for use in tag dispatch? -1.20
Simple customized iterator with lambdas in C++ -1.44
How best to fill a vector of vectors (avoiding wasting memory and u... +0.70
Can std::function be serialized? +1.43
Mixed managed C++ method does not always return the same result to... 0.00
Object deleted when its member function is being executed? +1.62
Why does a move constructor need to use "rvalue reference"? +3.10
Trouble with multiple std::threads and main program execution +2.22
Passing pointers as function arguments +0.85
Typetraits and specific behaviour 0.00
Pass by reference, constant reference, rvalue-reference, or constan... -1.48