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 ... 23 24 25 26 27 ... 107
Title Δ
How do I get current file path in c++? +0.33
C++ different declarations of an object 0.00
Why casting in C++ prints an unexpected result? -0.66
std::string constructor with lvalue throws with clang +1.88
Character array initialization with the first element being null +0.12
is there an option that derive class can be inherited to base class... 0.00
Why does this C++ method execute the last defined object's body... -0.18
Can you have a function be a const and also return a const C++ 0.00
How can I limit memory usage for a C++ code via command line using... 0.00
C++ big numbers -0.49
printf/scanf usage and difference from <iostream> and cout/ci... -0.43
c++ destructuring function return value 0.00
static std::shared_ptr<T> member; vs std::shared_ptr<T>... +1.59
C++ passing by reference random output -2.30
reading an object with dynamic array in c++ 0.00
What is this #define using multiple uninitialized arrays in one hea... 0.00
How can I repurpose the fields of a base class in C++? 0.00
Is there any way to access the Github API with c++? 0.00
C++ non-public helper classes and inline code 0.00
What is the significance of C++ Core guideline F.15? 0.00
Why isn't desctructor called after function return? +0.68
is < map > threadsafe for read/write at different locations? 0.00
Is there a possible way to set a c++ array size to the return value... +0.35
Storing large amounts of compile time constant data +1.25
Can a derived class be smaller than its parent class? +1.51
Avoiding circular dependency 0.00
Is it possible to overload new operator for allocating something li... +0.35
Pass adress of an object method to another object for it to call -2.15
How could c++ std::bind return value assigned to std::function? +1.34
Is there an ideomatic way to avoid this use of Naked New? -2.49
shrinking namespace to base -0.80
C++ primer 5 ed. mutual conversions 0.00
Erase inside a std::string by std::string_view +1.85
How to do random shuffling of an array -1.58
How to have base abstract class object as class member but accept d... -0.67
How to check CMake variable in C++ +0.32
CMake target_include_directories does not find #include of private... +0.38
dynamic_cast fails when cast a base class to derived class +1.62
What If I Put All Nodes of LinkedList into an Array? 0.00
How to use value of inherited class member, when upcasting to base... +0.98
What's the void* of function pointers? +1.90
Copying std::vector by element more optimized than moving the whole... 0.00
Is alignof(T*) is the same for all possible types? What about sizeo... 0.00
lambda capture of std function 0.00
reference initialization from a temporary object's member data... +0.32
Serializing/deserializing a bitfield structure in c++ -0.20
Returning custom string from exception::what() +1.10
C++ error: fields must have a constant size -2.32
Is my time-complexity paranoia in this case justified? 0.00
Slicing happens even after catching by reference 0.00