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 ... 46 47 48 49 50 ... 107
Title Δ
stbi_load filename to const char* 0.00
Why p, *p, &*p have the same value when p is a two dimension ar... +0.12
How to pass pointer of derived class to reference to pointer of bas... -0.69
C++: Why is a non-static class method able to be called without a c... -0.76
Understanding reinterpret_cast +1.11
When moving a unique_ptr into a lambda, why is it not possible to c... +0.81
Performance vs Readability: Local copies in functions +0.30
How does stream input work in C++, with cin? 0.00
C++ destructor recycling +2.00
Is it undefined behavior to change the pointer which is pointed by... 0.00
avoiding dynamic_cast without increasing coupling 0.00
rvalue reference and polymorphism +0.39
Why doesn't range-based for loop modifiy container elements? -0.16
What should be the answer of this question? -0.45
Array of unknown length in constructor initializer list +0.37
Defining a pointer randomly crashes the program -0.13
How to split a static/template class between header and cpp? 0.00
How to dynamically allocate memory for const char double pointer (u... -2.21
How to enforce derived class members on derived classes +0.37
Why did C++11 make std::string::data() add a null terminating chara... +1.06
Why does the insertion operator give a different result in std::cou... -0.62
In C++ string, why after the last character, behavior is different... +0.38
Fixed size container where elements are sorted and can provide a ra... +0.04
How to get the address (pointer) of a variable from a function with... +1.01
How to insert a set of values that are passed to a function in vect... -1.18
Why is using a reference or unique pointer member of a class a bad... +0.32
Why does std::cbegin() not call .cbegin() on the container? +0.42
How to set destructor for a class with unique_ptr<double[]>.... -1.79
Deducing Lambda Capture Types -0.46
SIGSEV on strcmp of memset string +0.38
Why does subtraction of a float variable with another float variabl... +2.16
Member function invocation through object 0.00
Overloaded functions neither take objects by value, nor by referenc... +1.84
Converting base class pointer to derived class pointer -0.96
Why absence of a virtual destructor doesn't cause a memory leak? -0.28
lower_bound function not working properly? +1.97
Is ~i really equivalent to i != -1? +0.37
Generate unique values for global constexpr variables 0.00
Memset for Unique Pointers +1.00
Can pointer taken from reference ever be null in well-defined c++? 0.00
How to show a C++ class doesn't own a pointer member? -1.61
Return unsigned char array to main function 0.00
Default value for template constant in C++ -0.27
How to transfer contents from one file to another in Ubuntu.? -1.47
Variable already defined in .obj; What is going on here? -0.30
Return an array which contains number of elements in an array that... +0.12
How to append char data to a std::vector without causing a copy +1.91
About time/space complexity in C/C++ standards +1.77
Why does casting a string (array) to char result in a lower case &q... -2.48
Initialize parameter into constructor, other than the first one 0.00