StackRating

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

eerorika

Rating
1581.19 (2,918th)
Reputation
104,664 (689th)
Page: 1 ... 65 66 67 68 69 ... 107
Title Δ
Designated initializers 0.00
What's the most C++ way to check if value belongs to certain st... +1.48
O(NlogN) algorithm runs faster than O(n)... wait, what? +1.28
Obtaining filename at runtime for a shared library c++ +0.34
How to combine slicing, templates and non derived classes? +1.88
Sorting in c++, without arrays -0.94
Default constructor in cpp shallow or deep copy? -2.20
Why does // in a string does not start a comment in C++? +1.29
How does function overloading work when passing NULL as argument? -1.97
When does an object gets its memory? +1.25
I don't understand why 'Derived1' requires the same amo... -1.79
Char Pointers in C++ -0.11
Overhead of placement new[] +1.16
C++ output Unicode in variable -0.57
Why put an enum in a struct and then use a typedef name? -1.93
Is std::memcpy between different trivially copyable types undefined... +0.76
Why does function return not move vector? -1.33
Casting a char array to an object pointer - is this UB? +0.79
Is there a way to avoid this warning from clang-tidy (fuchsia-defau... 0.00
the best way to make a std::vector capacity>=N and size=0? +1.79
Difference in erasing an element from a vector and a vector of pairs -2.39
Use function returning incomplete type as default argument +0.35
Implicit conversion double to unsigned long overflow c++ -1.01
How do you add abstract base class unique_ptrs to a map? -1.93
Convert execution character set string to a UTF-8 string 0.00
Why do I sometimes need to put c++ template function definitions in... +0.35
Why is char16_t defined to have the same size as uint_least16_t ins... -1.26
Is this max function decent? -0.26
why c++ allows pointers if they can generate problems like accessin... -0.32
include STL header file inside a function C++14 0.00
When does a C++ compiler infer noexcept for a method? 0.00
std::priority_queue<struct with const member&> - 'ope... 0.00
Static cast allows conversion of object pointers but not integers +0.34
Convert float to string with precision and without tolerance -2.23
How to pass a derived object to a class in C++? -0.62
How to get shared_ptr from raw pointer? +1.58
Array assignment after initialization in C++ -1.63
How can a C++ program handle POST requests? -0.49
C++ point to Object 0.00
Multiple inheritance c++ and pointers -1.65
Should I mark my derived class destructors virtual/override? 0.00
Simplifying Doubly Chained Conversions +0.08
Why does keyword struct in C++ differ from keyword struct in C? -2.37
Why is the address of auto y = reference_to_x not the same as the a... +1.64
Reading input on c++ server in real time 0.00
Is it safe to copy a class into uninitialized memory? -1.35
What is the differences between begin(),end() and cbegin() ,cend()? +0.33
How come for loops in C# are so slow when concatenating strings? -0.87
C++ API design: is using void* a bad idea? +0.59
In the member initializer list, can I create a reference to a membe... +0.07