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 ... 22 23 24 25 26 ... 107
Title Δ
What is the time complexity of log10 function in cmath? 0.00
alignas() effect on sizeof() - mandatory? 0.00
Why custom comparator functions are passed in Class or Struct? 0.00
What is the correct way to clear a class instance of its recursive... 0.00
How to count the number of a char* in a char** variable? 0.00
C++ warning: pragma once in main file 0.00
Memory leak identified by valgrind involving use of malloc to retur... 0.00
Why does a const reference to a reference lose its constness? +2.36
std::map emplace non-movable non-copyable non-default-constructible... -2.27
Compare 3 pointers in C++ -0.18
Explain syntax for returning array by reference from a function 0.00
How to properly implement a copy constructor of a class that has ra... 0.00
what does std::move(const shared_ptr reference) mean? -1.34
Does vector erase method needs class to have = operator? +1.31
Activating blocks of code with [#define & #ifdef] cross-file -1.37
Is there a quick way to zero all the static members of a class? 0.00
For a char[] of size 20, if i enter char from char[0] to char[7], a... +1.52
Beginner Question: C++ Pointer/Addresses - & after variable not... -2.29
save function to same adress in each runtime 0.00
How can I test an application for thread safety? 0.00
Sharing an array between two structs +1.87
Why is the difference between 2 double values wrongly calculated? +0.32
C++ Pointer Reads Memory As 0 0.00
How works int64_t on computers with size of machine word equals to... 0.00
what is the space complexity of std::map in c++? 0.00
How to create a huge array in modern C++? 0.00
Is there a whole list of STL algorithms? 0.00
C vs. C++, handling of void** pointers -1.24
Elements of a Vector of pointers to structs have same address 0.00
will it change the address of a existed key's value when insert... +1.71
Size of an executable at runtime in C/C++ on Linux without /proc/se... -1.65
how do I print a vector of vector of bools 0.00
Adding 1 to an address result in adding 0xE0 to that address +1.83
Why it's possible to access std::unique_ptr<A>* u1 as u1[... -2.72
what does the ! mean after ( and followed up by another (? like if(... +0.07
sending pointer from unique_ptr::get into function as pointer refer... -2.67
Is calculating address difference undefined behaviour? -0.85
How to find the next greater value generically in C++ for integers... 0.00
Is there optimal way to find substring with reapiting pattern in a... 0.00
C++ warning: virtual function override with unused arguments 0.00
Constructors and Destructors of Objects 0.00
Append data to array in C++ +0.19
How to unpack tuple with unknown size? +2.23
in C++, is stack allocation is more efficient when allocating multi... 0.00
Implicit move constructor shall be noexcept if possible 0.00
Complexity of adding new element to std::list 0.00
C++11: How to access base class member in a derived class? 0.00
if(double type == char type) +1.31
Understanding when shared_ptr reference counts are incremented when... -0.98
returning multiple values from recursive function c++ +1.62