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 ... 51 52 53 54 55 ... 107
Title Δ
Can I return copy as a reference? 0.00
"return *this" assignment operator overloading 0.00
How to increase/decrease reverse_iterator by any value using differ... 0.00
What does `*p+++c&63` mean in C++? 0.00
Does return use move or copy semantics by default? 0.00
What is the result of assigning to std::vector<T>::begin()? +0.33
How to translate `void(*fn)(const char *, ...)` to `std::function`... +0.82
Is there any iterator wrapper for forward and reverse iterators? +1.02
Calling destructor when replacing object +0.36
How do I free memory for a linkedList which has a loop? 0.00
Why am I allowed to create multiple unique pointers from a single o... -1.67
Move Constructor and Move assign. operator in base class 0.00
Why you should use unsigned int instead of just unsigned? 0.00
Is it necessary to call parent constructor with no arguments from c... 0.00
Should .at() be used over [] in std::vector or std::array? 0.00
C vs C++ global variable in header +0.90
spdlog logging a single wchar_t string containing data which inculd... 0.00
Casting function pointer to member function -0.14
Overwrite first element in C array +0.36
Bit Members in Reversed Order? -2.21
Strange behavior between g++-8 and earlier versions 0.00
std::vector of struct: what will be the initial values of the membe... -1.20
Default move assignment calls destructor, copy assignment doesn't 0.00
Why isn't std::set just called std::binary_tree? 0.00
The base memory can still access after deleting the derived class 0.00
C++ Why emplacing object in vector segfaults? 0.00
In C++, why can't I generate independent random integer samples... -0.41
Why do I get different pointer values after an assignment? -0.89
Is accessing a 2D array (T[N][M]) as a 1D array of size N*M guarant... 0.00
How to safely release resources allocated by constructor? -2.24
Do functions that return pointers require that I delete the value t... -2.23
Why do compilers behave differently when static_cast(ing) a functio... 0.00
Is there any way by which a process P2 can access the local variabl... -1.13
Printing out content of class pointer from within a vector containe... -0.13
is it possible for the same unchanged code to sometimes run and som... 0.00
Should I always use `T&&` instead of `const T&` or `T&a... -0.37
Fail to delete a pointer -2.03
error: cannot convert ‘float’ to ‘float*’ for argument 0.00
What does it actually mean to declare a pointer to an object in C++? +1.40
Get character array address then convert to pointer char +0.34
Memory leaking with memory allocation +0.35
Constructor of objects in heap array 0.00
Pointer to reference: changing the orignal value 0.00
hash<std::string> vs hash<std::string_view> +2.73
error: control reaches end of non-void function [-Werror=return-type] 0.00
Can I pass 0 to a function expecting a vector type parameter? -1.62
What's the fastest way to reinitialize a vector? -1.97
Simple Read Write Lock 0.00
Declare of global variables using Static and avoiding Singleton Pat... 0.00
Cost of namespaces +1.60