StackRating

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

aaronman

Rating
1489.31 (4,426,375th)
Reputation
14,767 (9,575th)
Page: 1 2 3 4 5 ... 7
Title Δ
why should call std::move to pass s to constructor? 0.00
do recursive templates producing runtime code? +1.96
C++ 11 auto compile time or runtime? +0.71
static_cast from Derived* to void* to Base* -1.59
How do I write variadic templates, that can't accept zero arguments? -0.16
Find if N strings are anagrams of each other +0.27
Why can the simplest C++ code not be compiled? +0.56
C++ overriding >> and << Operators -2.13
Is static member variable initialized in a template class if the st... +0.46
Can you put #includes in C++ headers? -0.62
Constructor permutations for passing parameters in arbitrary order -0.13
How to iterate over a STL map (find all possible pairs) +0.41
could someone explain this small snippet of bit Operation +0.55
difference in declaration of member objects 0.00
How is this possible to use in c++? +1.46
Copy constructor called for captured variable instead of move const... 0.00
What happens inside of this condition statement? while (a = foo(bar)) -0.80
How to use class template specialization in its subclass? +0.04
Simpler way to set multiple array slots to one value +1.28
Behavior of C++ template function -0.84
C++11 tuple performance 0.00
Returning a pointer of a local variable C++ -0.98
How to create NULL with certain type? -0.42
Why does std::remove_pointer also remove const qualifier -1.47
Is there no difference between a function address and the function... +1.14
How do "const", "&", and "&&&q... -0.90
How to check if given number is divisible of 15 in fastest way? +1.01
Trailing const& or && on function declaration 0.00
Conway's Game of Life - How to fake an "infinite" 2d plane -1.12
Does move semantic unsuitable to the array in C++11? -0.28
Number prime with c++, what is wrong with the code and how to optim... +0.88
Is reinterpret_cast to C-style array illegal C++11? -0.58
how can we generate the unique combination of N-length number for Z... +0.54
How is std::function implemented? -1.03
Public Class Bad terminated? out of memory? -0.67
Private Class within Namespace -1.10
Template struct specialization for integral/real types -0.37
how to round an odd integer towards the nearest power of two -0.16
Fast exact bigint factorial -0.19
Tree with Multiple Children - Linear Time Access Complexity 0.00
How create a function pointer to point a member function? +1.43
Java generics error with layered composite pattern -0.49
std::move( ) calls copy-ctor in the absence of a move-ctor. Why and... +1.24
Creating a new scope with a C++ Macro? +1.23
When are const volatile objects necessary? 0.00
Why does OR 0 round numbers in Javascript? +1.17
When should I use forward and move? +0.08
Evaluation of this statement +1.01
Is it possible to make a function pointer with parameters in C++ +0.64
Fixing C++ Multiple Inheritance Ambiguous Call +1.37