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 ... 4 5 6 7 8 9 10
Title Δ
Why these results show there is no need to using reserve in vector? +1.06
How to determine whether an object has heap allocated members? +0.65
How to insert multiple elements in the vector at different position... +1.10
What is the most efficient way to check if a string matches one of... +0.31
How to initialize unordered_map<string, unordered_set<string&... +0.37
How to print std::map<int, std::vector<int>>? +0.39
Segmentation fault while building binary search tree +2.01
Request for member '' in '', which is of non-class... 0.00
static_assert<std::is_floating_point<T>::value, "&quo... -2.15
How to write a template wrapper method for other class member funct... +0.35
How to search in `std::list` of struct? 0.00
How to fix derived class giving 'declaration has no storage cla... 0.00
`std::swap` doesn't work as intended in string manipulation -1.05
What STL algorithm can determine if exactly one item in a container... -0.12
How to sort a vector of vectors while keeping the original indexes? +0.37
How to pass functions as parameters within a class? 0.00
Why can not we use `std::multiset` with custom compare lambda as th... +1.80
Iterator bounds checking exceeding vector size +0.37
How to re-initialize a vector in a while-loop? 0.00
How to provide custom comparator for `std::multiset` without overlo... +1.14
How do I use a private variable in a class through a function(not i... 0.00
How to use initialiser list in constructor call to configure `std::... 0.00
Is it possible to add the elements in the array during iteration? +1.71
How can I create a trailing return type with primitives and Eigen? 0.00
How to create a `range`-like iterable object of floats? -0.56
How to check user input to contains only letters? +0.36
How to return time as DD:HH:MM:SS? +0.74
Why is my destructor called only once and not on the delete(a) call? 0.00
How to use `sizeof` operator inside the condition of for-loop prope... +0.39
Is it possible to pass std::deque's member functions as a param... +1.98
How to change every character in string to be 'n' ahead? 0.00
How to update the attributes of an object? +0.36
What is the most efficient way to test for duplicates in a user inp... +0.96
How to use `std::multimap` or any other container to sort multiple... 0.00
Can I have an array with different number of columns in each row? +0.37
How to handle std::find_if() returning false? -1.10
How to rewrite the following code without 'switch' and '... 0.00
How to find the number of iterations of binary search algorithm? +0.37
Why the error no match for 'operator==', when using `std::f... +1.63
How to do constructor for 2D vector in C++? -0.36
Is it possible to use `std::copy` to copy values from a variable-si... +1.95
How to creating a template class that abstracts the data types? 0.00
How to make static_assert block re-usable in template classes? -0.60
Why does the following program not select the argument of the same... +1.96
Is it possible to overload template function to use with elements o... 0.00
Error when extracting rotation from Eigen::Isometry3d? 0.00
Returning the last element of a container that has no back() method... -0.36
How to use insertion and extraction operator to overload the object... 0.00
C++ Inserting Array of Numbers to a Variable +1.07
Insert an object pointer into a map of maps through emplace() does... +1.08