StackRating

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

Slava

Rating
1589.54 (2,341st)
Reputation
33,416 (3,525th)
Page: 1 ... 5 6 7 8 9 ... 28
Title Δ
std::map::const_iterator leaks non-const reference to value? 0.00
How to encode byte sequence to avoid repetitions? -0.03
std::map seems to find elements which are not there +0.40
emplace_hint performance when hint is wrong +1.96
How to use unordered_map of unordered_maps in c++? +1.13
Adding two polynomials and displaying the result properly +0.46
C++ lambda ambiguous call -0.16
getting a pointer to struct inside a map +2.92
How to properly access tuple's members +1.26
Pushing back a pointer to a vector and then modifying its value aff... 0.00
Returning an RAII container class that holds a std::mutex lock +2.07
Is there a C++ warning for returning a reference into a temporary? +1.86
Using the flattened array syntax in C++, crashes depending on width... 0.00
Why is the `int* Get()` called insted of `const int& Get()`? -0.93
and two predicate functions in c++ -1.78
How do you read n bytes from a file and put them into a vector<u... -0.69
how to get random number between 5 and -5 in c++ +0.98
Reading int from binary file incorrect when using c++ 0.00
std::function from dlsym results in segmentation fault 0.00
Why Doesn't This Do an Implicit Cast to the Converting Construc... -1.10
Program with class that uses operator<< and prints a wrong va... +1.01
Iterating std::vectors simultaneously using standard C++ +0.36
Generic function holder in c++ 0.00
Custom comparator -- would "<=" save a swap over "... 0.00
how to erase min element from one vector and add to another, while... -0.58
How to check that all random array elements are different +0.42
Why do we use enable_shared_from_this template? +2.83
Why does keyword struct in C++ differ from keyword struct in C? +2.37
Using an assignment operator with make_pair method generates a CLio... 0.00
C++ : Pass an object as argument 0.00
Check for bad alloc when initializing a vector +0.38
Can's seems to use return pointer to double for printing value... -0.40
C++ object containing an array of char using unique_ptr -1.69
Deleting characters from a string 0.00
Choose between C++ top-level functions of the same name -0.07
Difference between a list and multiset in C++ -1.30
Why can C++ use the uninitialized member variables (reference or po... +0.40
Determinig array index of a particular element without using looping -0.86
C++ parameterized constructor makes code to stop working when large... 0.00
How to compare extracted digits in C++ +0.17
Is there an elegant way to instantiate a boost::array from a std::v... -0.21
What is the error while calling isVowel( ) function? +0.42
What does this code do? found &= pattern[j] == *(char*)(base +... +2.01
Why the destructor was called here and how an object member functio... -0.32
Is object guaranteed to be initialized before calling its member fu... 0.00
Traversing map in ascending or descending order using same for loop 0.00
C++ initialise static variable in main function +2.35
how can const_cast<const string &>(s), while s is a strin... -0.79
double free or corruption error (Can't find error?) -0.58
How to use `std::lower_bound` with this custom-made container? 0.00