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 2 3 4 5 6 ... 107
Title Δ
How to tell if a #define has a value or not +2.46
Convert std::function<void ()> to void (*)() +2.00
What does this c++ syntax means? `inline const Color (&EnumValu... 0.00
How to have a file to contain all includes? 0.00
Applying std::min_element only on elments that satisfy a condition +1.71
In-place creation and push to a vector of const references 0.00
how does assembler convert from assembly to machine code? -1.51
allocate memory for a vector and change size without calling defaul... -2.39
Is it possible to reserve function reference into unordered_map or... 0.00
Setting an array's size based on user's input in c++ but co... +0.39
Why is there no memory leak with non-virtual destructor +1.36
Why doesn't std::extent work on references to arrays like opera... +0.40
What are the extents that you can use C++ pointers? +0.38
C++ dynamic array allocation and strange use of memset -0.78
What principle of presence std::getline in std::string? 0.00
Double precision is different in different languages -1.75
Is there a way to return a vector more efficiently 0.00
How to use function pointers to access member functions? +0.39
std::list::insert thread safety 0.00
Const pointer pointing to non-const data +0.40
Is there a way to make sure inherited member is not accessible in d... -2.13
How to improve dereferencing of smart pointer that is a member vari... +0.53
how a cpp function should return "-1" as char*? +1.59
standard library not raising error for duplicate definition +1.77
how to iterate struct in C++? -0.75
What kind of grammar is int& b = (&a)[15] 0.00
Why does emplace_back use parameter pack as argument? 0.00
How to convert element of variant to std::string ( c++ ) -2.37
Can I capture by reference a returned value? 0.00
What is the difference between this two notations? 0.00
Initializing C array in C++ class 0.00
What does int a[MAX] do and what does it mean +0.14
How to pass numeric operator as a parameter? 0.00
Static struct initialization without designated initializers? 0.00
static and reinterpret casting - defined behavior? +1.90
std::size_t vs. size_type as parameters and function return types +2.09
Problems with returning references to local variables...? +2.24
How do I implement a hash function with two keys or more? 0.00
Different address of std::unique_ptr::get and operator& -1.54
Why do we use char* as a buffer, why not a string in boost::asio? +0.32
Type inferred by C++ auto -1.46
Aggregate initialization by-passes private class constructor 0.00
How avoid error on not evaluated code C++? 0.00
the memory is released when passing to unordered_map by rvalue 0.00
Can lambda functions decay to a pointer to member function? -0.64
C++ data type with custom range [0, 64]? -1.12
How to iterate over all elements of an enum in C++98 +1.21
Decrementable requirements of general end iterators vs container `e... -2.02
std::unique_ptr takes too much space when we add any data type 0.00
What actually happens in asynchronous IO +0.18