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 ... 32 33 34 35 36 ... 107
Title Δ
Why is the destructor not called for stack variable when using assi... +1.57
Understanding the tagVARIANT struct 0.00
C++ inheritance - why is parent method called? +0.36
Why does creating a variable on the stack and on the heap produce t... +1.79
Understanding .begin and .end in vectors -1.31
Why _Bool and bool instead of int8_t or char? +1.38
Is it safe to copy the bytes of an object out to an array and back... 0.00
Adding an element that is declared on the stack to a static array 0.00
Locking copy operation of std::shared_ptr inside lambda 0.00
Special overload for pointer types +0.01
`virtual` `override` destructor 0.00
Call to constructor of 'Node' is ambiguous 0.00
assignment to type and empty braces. clarification on syntax -0.66
General rule of thumb when to return Pointer vs return Object? +0.31
Int array to C++ container -0.72
Resident Set Size remains the same after delete[] 0.00
Why use conio.h? -1.73
What is the proper way to implement a copy constructor and operator... -0.26
Is there any portable way to ensure a struct is defined without pad... +0.33
tuple elements are read-only? +1.32
How to unit-test for assert() failing? 0.00
Check the "e" character in the float value 0.00
Is using "if(varname)" more efficient than "if(varna... -1.03
const_cast on a static array to add constness +1.58
What exactly happens while multiplying a double value by 10 -1.81
`throw 1` in C++ -0.43
how to create a container of shared_ptr to abstract class -0.46
Does static std::map instatiation in method of a class call constru... -0.90
Putting objects of one class in array of other class 0.00
Can you define synonyms in C++? 0.00
Is it ensured that 2 sequential std::chrono::steady_clock::now() wi... +2.08
is there a limit to how many new[] & delete[] allocations are a... -2.15
unique_ptr < 0 OR what does less than operator do? +0.83
How do I install a built C++ library to /usr/include? 0.00
Branch not taken on Linux 0.00
process of mapping a floating point literal to its binary represent... +0.34
Is it an ODR violation to have inconsistent noexcept in declaration? 0.00
While loop inside if-statement with the same condition inside? -1.16
Must I initialize function-local static consts? +0.31
How i can read memory address fetched using pointer? 0.00
Input validation using character array in C++ +2.29
C++ Null Test After Dereference +0.76
Shall a pointer past the end of the last array element compare equa... 0.00
Binary tree operator deep copy -0.99
Is calling an object's destructor equivalent to calling delete... 0.00
Function with different return type based on the string representat... 0.00
Avoid pointer arithmetic, fix clang tidy error -0.08
Can one thread "safely" read from a variable written on b... 0.00
What happens if someone overwrites a file after I open it? +1.36
Why can I only create a function alias using the type auto? -0.01