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 ... 21 22 23 24 25 ... 107
Title Δ
Is it safe to write "y=++x" when using c++ atomic? +0.26
Why does this function without a type still work? -0.50
C++ style: Stroustrup' s placement of pointer asterisks -0.35
Does raising by too small double result in 0.0? If not, how to achi... 0.00
How to comprehend "Temporary objs are destroyed as the last st... +1.69
Is it possible to turn an already initialized variable into a void*? -0.49
What are the properties of const char*? -0.35
Defining max and min values for a variable in C++ 0.00
C++ return type T(&)[] vs using reference = T(&)[] as retur... +1.83
why iterator doesnt get to end of vector? +0.34
Deleting element in priority queue other than top element in C++ +0.33
When is it safe to capture a lambda inside another lambda by refere... -2.35
Are `x = &v` and `*x = v` equivalent? +0.42
Do functions go to the heap or stack if the class is on the heap? +0.33
Manipulating byte vector through float pointer -2.53
Is it possible to return an a reference to the data in an std::vect... +1.28
Is using compound assignment operator (+=, ...) on uninitialized va... 0.00
Pointers for Member Functions +0.33
GCC Compiler error: -Werror=stringop-truncation: no option 0.00
A function that convert a number into a vector array in c++ 0.00
Why when i try to print a map content i get the adresses not the va... +0.33
pass shared_ptr i.e. shared_from_this() as a void* 0.00
How to force OS to claim back memory? (C++) 0.00
How are inherited data placed (arranged) in a derived class? 0.00
Cannot convert from 'const std::string [3]' to 'std::st... -0.18
How to resolve the sonarqube static code analysis error "Expli... 0.00
fatal error: no member named 'find' in 'std::vector<... -0.21
C++,class, a function that returns an object -0.17
Pimpl idiom and swap +1.47
std::span constructor, libcxx vs libstdc++, template vs non-template? -2.56
What happens when I clear a vector of struct? -0.47
Is there a way to force gcc to start a new stack frame for a block? 0.00
C++ why max of 64bit double has 308 digits? -0.66
How can I know the real maximum size of a vector? (Not using std::v... +0.45
is the std::unique() function broke or something? -1.89
The WTF behavior in class's dynamically allocated char array 0.00
Segment faults on program +0.33
Is there any way how i can use int variable to complete component n... -1.52
Default parameter and function pointer as function arguments C++ -0.47
How are constructors with default parameters called in inheritance... 0.00
Does NRVO also apply to coroutines? +1.96
c++ classes: different ways to write a function -2.18
C++, what can cause the difference in the way references are saved... 0.00
std::function as key in associative containers 0.00
delete original array pointer after copy sets first 3 bytes to 0 0.00
C++: Move Semantic with Integer +0.74
Implicitly generated function overloads for rvalue argument? -0.18
How to remove a specific element from a deque with a pointer +0.32
Is std::destroy a no-op for fundamental types? 0.00
What is the simplest, poor performance hash class for standard libr... 0.00