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 2 3 4 5 6 ... 28
Title Δ
Why is my program is outputting '0' when run, even though i... +1.20
Deallocating all memory associated with a struct in C++ -0.00
How to make generic stringToVector function in c++? 0.00
C++ MultiThreading Mutex Locks Segmentation Fault -1.72
Sort a vector using a boolean predicate function in O(N) time 0.00
Why there isn't lower_bound and upper_bound for unordered_multi... -0.61
Assigning shared_ptr to weak_ptr 0.00
How would I de-allocate this? -0.65
How to implement a loop from the middle to the beginning of the seq... +2.11
C++: passing object reference as parameter gives error: no matching... -2.67
Is this explanation of ternary operator valid? 0.00
C++ compound assignment and type conversion issue -1.43
bVariable = !!iVariable vs. bVariable = (iVariable != 0) -0.08
How make the factory design pattern in C++? +0.37
How to find an element in a specified range in std::map? +1.83
arduino C++ for-loop with while-loops stays at i = 0 0.00
What is best pointer/reference type when returning member possibly... +0.87
C++: Using lambda comparator to find a minimum value in a map -1.44
Why does + operator between string and int acts as substr -0.12
Why do I have to implement operator< when using operator() for s... +1.44
Why is vsnprintf Not Writing the Same Number of Characters as strnc... +0.09
How to iterate over Sudoku sub-grid using c++? -0.46
Deleting a pointer from a vector using loops (not iterators) +2.06
Pointers and data types -1.22
C++ char array value assignment 0.00
Stack, heap and dynamic memory allocation +1.59
How to use priority_queue with a non-static compare method of class... +0.46
How to learn if two `std::multimap`s have the same contents? +1.05
c++ read a chunk from ifstream and write to ofstream 0.00
Meyers Singleton : static keyword confusion 0.00
Rvalues, Lvalues and references confusion +0.46
How to efficiently delete a key from an std::unordered_set if the k... +2.76
In C++ whats the difference between setters and getters and constru... +1.21
binary '==': no operator found which takes a left - hand op... -0.44
Why does the sort function change the order of same values? -0.60
map choose `std::greater` or `std::less` at runtime +2.09
How to determine whether a value exists in map in C++ +1.41
What am I doing wrong using the iter_swap method c++? 0.00
Having Ref object as class member +1.10
Why use private copy constructor vs. deleted copy constructor in C++ 0.00
Serializing, integer without libaries , getting weird results 0.00
C++ erase if exist -0.77
Global objects and static members of class +0.39
class and static variables +0.25
Creating std::map with a structure as its key and value 0.00
C++ returing a reference to a value in vector 0.00
c++ destructor in linked lists +0.94
How to swap the positions of Min and Max in an array? -2.07
Using operators (like <<) on shared_ptr 0.00
How can I input integer with spaces? 0.00