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 ... 7 8 9 10 11 ... 107
Title Δ
Destructor runs with every method call of a class 0.00
Class derived from a class with multiple inheritance in C++: the de... 0.00
C++ how can I convert std::vector<std::byte> to const uint8_t * 0.00
What does using ::fun mean when fun is a function? -0.61
Why str.length() is output as a char? +2.37
Is there a generic way to make a tuple out of all class attributes? -0.08
How can I declare smart pointers in a header file with incomplete f... 0.00
Incomplete type error when compiled with g++ -0.93
c++ duplicate class definition in different source file +0.40
Is explicitly calling destructors from constructors bad practice in... +1.27
Call a member function automatically in the end of a scope +0.29
Convert vector to owned array without copying +2.52
I need to get a random number in the range from a to b with n decim... +0.92
In command line arguments why can't we use string *arr instead... 0.00
Extracting from set/unordered_set while using iterators 0.00
Will Calling clear() on a vector of lists clear all the nodes in th... -2.05
How to check two vectors of different types for equality 0.00
How secure are string values? -0.12
Problem using hash map to find the first unique element in a string... 0.00
translate python function with yield(string) to C++ +0.96
Iterate over a container with a custom start/end position -0.96
adding integer to null pointer address returning unexpected result +1.14
How to reliably "clamp" an iterator? +2.26
How can I print this perfecly aligned in c++? -0.61
What constuctor does list initialization use 0.00
ofstream writes null characters on a file in binary mode -2.00
Why do the constructor of the derived classes want to initialize th... +1.38
Why does my pointer still point to an address after deleting it? -0.46
What is the size allocated to a self referential structure pointer +1.07
Deleting a specific key from a file using file I/O in C++ -0.11
How to make a function or constructor that accepts array of any rank +1.13
Macro functions const parameter 0.00
Open a new terminal screen in C ++ 0.00
How to get a byte array in c/c++ from a function with unknown retur... -1.21
Taking string input without displaying its actual content (for PASS... -0.61
Can I "hide" anything defined in a header file in C++ +0.12
In C++, what is the proper way to do copy/move/assignment for objec... +0.04
Do variables defined with const use up memory? 0.00
How to initialize empty char positions in an C++ array? 0.00
Is emplace_back ever better than push_back when adding temporary ob... 0.00
How to guarantee termination of detached C++ thread? 0.00
Error while using static_cast operator on unrelated types -0.12
warning: extended initializer lists only available with -std=c++11... 0.00
Whats the difference between using () or {} for an initializer list -0.63
What is the meaning of "const Allocator& alloc = Allocator... 0.00
Why does std::copy() require std::back_inserter to insert into a ve... +1.60
C++ return directly from operator<< -2.00
how to calculate member offset in c++ class +1.79
Which standard c++ functions and types support reentrancy? 0.00
Do unsigned integers get promoted to signed? What is the type of ex... -0.70