StackRating

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

JeJo

Rating
1658.98 (443rd)
Reputation
4,507 (36,985th)
Page: 1 2 3 4 5 6 ... 10
Title Δ
Should we check a function not empty before applied with std::bind? +1.78
Difference between passing a pointer by value and reference? +0.34
Nested for_each loops causing unexpected increase in size of a vector +0.33
How to have a const variable in a for loop for the generation of te... +0.32
How to compare the signature of two functions? +0.10
Inserting unique pointer into a std::map +0.33
Unsequenced std::find, and std::any_of by value -0.04
How to call through pointer-to-member function saved in a container? -1.28
Why std::string object when constructed with default constructor be... +0.31
How to execute member-function-pointer with a smart pointer object? +1.57
Clean way to put lambda in class definition +1.58
Overload a lambda function +1.66
Forwarding wrapper using `std::enable_if` failing -0.13
How would I get this functionality in my matrix class? +1.61
Call to lambda is ambiguous despite explicitly stating the return t... -0.58
Using std::valarray in numerical simulation 0.00
Adding an int to all elements of a vector 0.00
std::unordered_map constructor with initializer_list and size compi... 0.00
Compiler error `assigning incompatible type within if statement` 0.00
Cllass functions not resolving nested-class instances or functions 0.00
Why does the compiler skip the for-loop? 0.00
Template class and 'invalid use of incomplete type' error 0.00
Function for calculating the vowels in a string 0.00
How to identify string is containing only number? 0.00
How to find the product of vector elements? 0.00
How to change vector to a regular array? -2.36
Callable object as default template argument 0.00
Is there any way to create a function that takes as argument a memb... -0.93
Seg fault when trying access elements in a 3d vector 0.00
c++11 default initialization / value initialization / direct initia... 0.00
How to interpret "void(*)()"? +0.96
How to construct a std::set or Boost flat_set from objects’ data me... +1.60
How to iterate over a vector within a struct? 0.00
Is there a purpose to this _com_ptr_t move assignment? 0.00
How to call operator template? +0.27
Can non type template arguments done on stl containers? +1.55
I can't pass lambda with reference capture +1.41
Algorithm that can sum 4 digits in pairs so that their sum differen... +1.29
How to dynamically allocate memory for nested pointer struct? -0.93
How does noexcept in lambda work in vs2012? 0.00
How to initialize a 2D C-style array from a nested std::initializer... 0.00
Map template class 0.00
Can we have a function with multiple return types? (in C++11 and ab... -1.43
How to iterate on an array of int? -0.68
How to define out of class functions for a class specialized using... -0.66
How to insert to std::map in C++11? +0.37
How to pass a local variable to lambda function? -0.49
How to pass std::list of derived class instead of a std::list of pa... 0.00
How to check if elements of std::vector<std::string> start wi... +0.37
How do I make for_each work with templates? +2.01