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 ... 29 30 31 32 33 ... 107
Title Δ
What is the maximum size of a vector? +1.07
How to make a header-only library with cmake? 0.00
".cpp" files in project include path would not be seen by... 0.00
c++ sprintf remove undefined behavior -0.48
why c++11 sleep_for microseconds actually sleep for millisecond? +0.61
What does "state" mean in C++? +1.65
Fixing a -Werror=unused-but-set-variable +0.34
How to avoid returning reference to a local variable for user defin... 0.00
Defining class members with structured bindings 0.00
For a Linked List containing pointers to structs, is there any rela... -1.70
is Assigning object to statically created object cause memory leak... 0.00
C++ pointer with address without referencing address -2.04
c++, how to make a copy of the destination of a pointer +1.50
What happends to the memory contents at argv[1] after the line of c... -0.60
What are the differences between C++ Toolchains and Compilers? +0.65
Is there a difference between "unpredictable" and "g... 0.00
Why does overload resolution select pointer type for 0 but not 1, w... -0.92
How to delete memory of a pointer to pointer in C++ 0.00
C++ Undefined Behavior when subtracting pointers +0.93
How do I read incrementally to the next line everytime a function i... -0.16
Can is_lock_free() return true for some data types and false for an... 0.00
How to increase element in a set? 0.00
why does (*callback)() work and not *callback() or *callback in c++ -2.48
C2011 'class' type redefinition +1.61
C++ The correct way to multiply an integer and a double 0.00
Different uses of noexcept -0.82
Should my header files be able to compile on their own? 0.00
how to destroy an object in C++ +1.50
Avoid field zero initialization in C++14 -1.20
How to access the variables of a function inside main? 0.00
Conversions between volatile, const, volatile const, and "neit... -1.04
How to achieve python-like behavior with references in c++? +0.32
Is there a good reason to use include guards in h files instead of... 0.00
Where should function attributes go? 0.00
Overflow of an unsigned char in C++ +0.81
how to find the address of a function in a c++ program 0.00
Understanding std::move and its purpose by example -0.67
Is Size Really A Concern When Deciding Whether To Pass By Reference... -0.15
A question about c++ grammar [static const auto compare = [](const... -1.19
Using unsigned char array to store memory efficiently 0.00
Why is the destructor called upon construction of an object in std:... +1.61
C++ Macros #ifdef -0.20
What is the purpose of std::thread::swap? -1.42
Can I detect and change the current data alignment setting for stru... +2.75
C++: create a pointer in a program and access that location in anot... +0.35
How would it be possible to use variadic function without passing n... -0.65
Get the last string printed in C/C++ -0.52
Why the loop becomes infinite? +0.10
Says it cannot be used as constant -0.85
What can I use to stop a loop instead of 'return 0'? -1.26