StackRating

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

Edgar Rokjān

Rating
1622.51 (1,033rd)
Reputation
15,208 (9,251st)
Page: 1 ... 4 5 6 7 8
Title Δ
smart pointers instead of pointers -0.69
Does calculation in std::min() argument create computational overhe... 0.00
Implicit conversions with variadic templates +0.82
Default constructor curiosity +1.92
Why does casting a type T& to T create a temporary? -1.92
How to display the enum value for something within a class? -0.35
How does insertion in an unordered_map in C++ work? +3.62
How to use std::shared_ptr as class member? 0.00
Element in the array such that the sum of the elements on its left... +3.39
Using ostream_iterator to copy a map into file 0.00
to store unsorted key value pair 0.00
Is std::find suitable only for containers whose elements may be not... +3.40
Big O with independent nested loops +3.49
Getting the size of each type of the parameter pack? -4.01
Exponentiate a vector using std::transform -4.38
Can the result of lower_bound(From C++ STL) be assigned to an integ... -4.39
Is find_if on a set linear? +0.65
Does unordered_set::erase(pos) preserve the order of elements? 0.00
C++ offers std::sort, but does it also offer something to search ef... +3.29
Proper way of overloading binary relational operators in C++ +4.26
Why can we call reset on null shared_ptr? -0.15
c++ creating a static like array with "new" or another wa... -4.57
Self-defined Container about define iterator class using typedef 0.00
How to call a method that expects a subclass object with an subclas... 0.00
Can I free memory depending on if there is something to free? 0.00
Modifying const object through pointer obtained during construction -1.64
Which is the bigger order of growth ? (Big-O) 0.00
How to inherit from matrix class? +2.98
Constructor Initializer List in C++ +3.39
Differences in size of std::string_view of non-null terminated char... 0.00
Deleting Elements of Vector Inside a Loop 0.00
Is declaring a variable with auto and initializing with a primitive... +3.52
How to inherit some candidates of polymorphic function? -2.84
Why can't i construct a std::string from a single char in C++? +2.00
Undefined operator error when using specialised template -3.50
How to remove function pointer from std::deque by val? 0.00
Fastest way to find dividers of a number in C++ +2.96
How can I use parentheses in C++ macro parameters? -0.69
How to implement copy constructor for copy swap idiom -2.75
Why a compiler doesn't deduce the template parameter in case of... -0.83
Linux executable can't find shared library in same folder +2.46
How to free memory after strdup? -4.68
Does a C++ function that returns, but doesn't use, a type need... 0.00
upper to lower and vice-versa without loop in C++? +3.82
Fast algorithm to write data from a std::vector to a text file +0.62
Breaking an array of elements into least number of palindromes 0.00
C++: What does this code do? foo([](){bar();}); -4.67
Verifying all data entries in a binary tree are equal -1.70
Whats the benefit of initializing your variables late in the functi... -1.35
std::map<string, string> to string (first values) -1.04