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 ... 42 43 44 45 46 ... 107
Title Δ
C/C++: is there a way to create a nonzero-length file atomically? -2.03
How many constructors can an inherited class have? -1.96
Static variable vs static member -0.28
Pointer and double converting errors and the code has none +0.35
How does the '&' symbol work in template parameter? -1.84
How to use public static variables in C++ +0.35
Initializing a reference through a user defined conversion 0.00
c++ vector size zero when calling in draw() function +0.36
POD struct (members of same type): are members in contiguous memory... +2.09
The scalar type additionnal in C++ -2.33
Appending an existing shared_ptr to a vector of shared_ptr -2.29
Can global auto variables be declared in h files? +1.01
Copy elision with std::mutex 0.00
c++: Is `this == nullptr` safe in member functions? +1.96
Does char* with text automatically reserves memory as if malloc is... +1.56
Print "cout" before cin? +0.36
Race condition when incrementing and decrementing global variable i... +1.50
Size of a derived class without any additional data-members +0.86
Avoid null pointers while accessing objects in a tree hierarchy of... +1.11
Avoid constructor with empty base class with virtual method -1.92
Why does "Using Uninitialized memory 'guess'" occ... -2.27
How to initialize string in Class in c++ (g++ ) 0.00
Modify a pointer if it's NULL in C++ +1.39
If the stack grows at numerically lower address why does pointer co... +1.01
why does static_assert doesn't work inside memberfunctions with... +0.39
Use unique_ptr<std::vector> in combination with c-style arrays 0.00
Why parentheses are required for reference to array in function par... 0.00
Where to put using directives in C++ header files -0.23
pointer to vector and Run-Time Check Failure #3 - The variable '... 0.00
What does the square bracket mean in "map <string, int>... 0.00
Initializing map with greater comparator -1.90
Casting an arbitrary integer to void* +1.82
Is it Undefined Behavior to pass two different const character stri... +0.36
[conv.integral]/3 in the the latest C++ draft 0.00
Why I can not delete the following pointer? +0.35
Can you return range based views from functions in c++2a? +2.87
Should an STL container avoid copying elements into themselves when... +1.37
Why I can bind lvalue to universal references only when it has temp... +0.38
Is it possible to return a double with scientific notation in C++? -0.13
Concatenating C++ source files using the preprocessor without stand... 0.00
std::copy behavior and pointer arithmetic -1.73
What does "0b" and "0x" stand for when assignin... -0.44
Is there a better way to add two smart pointers? -0.79
Using std::optional in a C++11 context 0.00
Does the C++ standard guarantee that std::string::resize(new_size)... -0.92
How to return multiple values (vector and one int value) through fu... +1.09
Writing a simple C++ thread safe logging lib, how to make thread sa... -0.81
Does C++20 mandate source code being stored in files? -2.65
How to use getters and setters without generating a copy? -1.51
Meaning of "#include <path/to/header>" directive (l... +1.49