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 ... 69 70 71 72 73 ... 99
Title Δ
Passing any object type to a function C++ +1.94
Recursive calling overloaded c++ functions 0.00
C++14 standard Annex A interpretation -1.46
How to change the behaviour of boost::variant operator < -1.87
Reversing the order of a sort -0.26
boost::optional and type conversion 0.00
visual studio implementation of "move semantics" and &quo... +2.57
Strange values in a lambda returning initializer_list -0.88
How would move semantics improve "my way"? +1.59
How to use the container std::array<type, size> for multidime... +0.03
Checking for existence of an (overloaded) member function -1.35
C++ subclassing in template parameters 0.00
How do I pass on a variadic argument list while keeping a single ar... +0.48
The plus operator is not accepting raw string operands -1.55
disable spurious "warning: left shift count >= width of typ... 0.00
Common type of lambdas with same signature and captures -1.28
Correct usage of `for_each_arg` - too much forwarding? -1.28
Limiting the number of arguments in a variadic function -2.13
std::queue::size() can return a huge number after pop() of size() =... -0.69
Viewing a raw pointer as a range in range-based for-loop -1.55
What's the best way to implement AST using visitor pattern with... +0.20
Is it a bad idea to replace POD C-style array with std::valarray? +0.23
initialize C++ array based on input arguments +0.59
Is there a find () of a map to use a comparator with parameters? 0.00
Is there a way to simulate downcasting by reference -1.20
Is there a way to simulate downcasting by reference +0.30
How to create functions like std::cout? +0.67
Destructor not being called with smart or raw pointer 0.00
Is it possible to overload a function that can tell a fixed array f... -0.43
How can I store generic packaged_tasks in a container? 0.00
Container of Miscellaneous Types - C++ +1.74
Is there a way to break down a templated pointer to a function? -1.39
C string handling function to get substring -0.78
Assigning a template-generated class to a C struct with the same la... +0.48
std::thread taking lambda with ref arg fails to compile -1.51
Why pass by value and not by const reference? -1.15
Type having conversion to Type&& operator -2.21
How can I build iterator for object that I have created in C++ +0.47
std::algorithms friendly way to iterate over `std::vector<std::v... 0.00
What does this variadic template code do? +2.81
better way of counting unique item +0.43
Is it not possible to convert a std::vector<T> to an std::ini... -1.60
Is there any benefit to replacing loop indexers with pointers? -2.13
Non-type template parameters in function and in inheritance +1.35
why is overload preferred to explicit specialization in ADL +0.88
Tuple and variadic templates, how does this work? -1.94
Adding two DateTime objects together -0.48
Could shared_from_this be implemented without enable_shared_from_th... +0.47
c++ if (func1() && func2()), does func1 have to be called b... -0.51
Why doesn't std::shared_ptr have operator->*? +2.31