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 ... 11 12 13 14 15 ... 28
Title Δ
It works, but is it right? +0.48
lower_bound for vector of a struct applied for comparing strings +0.27
What's the advantage of `std::optional` over `std::shared_ptr`... +2.11
correct use of functor for C++ STL thread +2.88
using a single number to represent multiple variables +1.96
Memory of local variables gets reallocated - why -0.26
Why we use parenthesis when working with bitwise operator? +1.28
for loop calculates the same value each time 0.00
Avoid almost identical code duplication in double for loop with dif... +0.19
Uninitialized local variable 'b' used +0.47
Does weak_ptr work alongside unique_ptr? +2.19
Sort multimap elements of the same key based on a class member? +0.47
How to call a non-static member function within its own class in C++ 0.00
What happens when I delete a pointer of pointer? +0.47
How do I set precision to 100 digits in c++? 0.00
Mutex not unblocking when unlocked on separate thread C++ -0.19
Clarification on /= operator +1.20
Why does std::set not have a "contains" member function? -0.02
Instantiating classes using new +0.50
creating shapes with text inside it in c++ -2.68
Print a Hello World - Tricky challenge -1.99
Is there a method to compare a vector to a string sequence using so... +0.90
Why does this C++ code compile with some compilers but not others? -1.85
std::bind do not work with std::sort +1.62
Return specific variable based on name of variable in C++? -0.03
C++ malloc(): memory corruption +1.66
Are member-initialization lists really more efficient? -1.76
C++ unordered_map insert into vector +0.31
static lock_guard with static mutex too? +1.00
c++ *& dereference address of operator? -1.12
Concatenating string and int in c++ -1.46
Segmentation fault while trying to insert a word into trie +0.13
Reading Binary Files w/ ifstream 0.00
C++ function returning wrong data type +2.15
Creating a quadratic formula solver - variables not declared in scope +0.48
What is wrong with this C++ code? 0.00
Where should I call delete in this case? +0.90
If first and last in a map erase range are equal will the element b... 0.00
Proper use of a functor in std::for_each and std::transform -1.57
include files in Linux 0.00
Warning converting to `int' from `double' -0.31
Create shared_ptr from reference +0.28
Convert char to std::string not working +2.58
The most efficient way to assign values to a bunch of variables +0.24
How can I set the level of precision of a value obtained through st... -0.56
c++ library for copying array contents to the pointer -2.21
std::regex to identify coefficient of polynomial equation 0.00
Rvalue as lvalue -1.13
Simple password hashing program c++ +0.47
about type in C++ STL 0.00