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 ... 56 57 58 59 60 ... 107
Title Δ
How to define an interface/API which is used in multiple cpp files? +1.54
Default constructor cannot be referenced when using std::string in... +0.05
Do abstract classes always own a vtable? 0.00
Is it possible in floating point to return 0.0 subtracting two diff... -0.31
Inspecting non-active union members, common initial sequence 0.00
How to compress file in non-blocking way 0.00
Should I consider a static copy to be costly? 0.00
Using std::filesystem::path to convert between separator types +2.66
C++ Include Guard Weird Behaviour? 0.00
C++ Linked List Implementation accessing data +0.36
How can I check equivalency between two arrays in C++? -0.15
Compile Time Error: Union default constructor is deleted 0.00
How is a pointer to a member function different than a pointer to a... 0.00
Can't delete a dynamic object in C++ +0.36
Is there a way to 'detect' or get around singleton destruct... 0.00
Different logic produced by clang and gcc for same code. Which is c... 0.00
Why I can declare a const reference using type-alias? +2.78
How to properly declare a subclass? (C++) 0.00
Input iterator can be read repeatedly while Output Iterator can onl... +2.20
Error "... does not name a type" in a friend function in... +2.95
Is returning a raw pointer instead of unique_ptr good coding practi... -1.11
Is there a standard function for computing units in the last place... +0.86
Does multimap guarantee that insertion order matches the order of e... 0.00
How to manually assign vector's size? +0.83
How to fix C++ warning of implicit conversion? -1.54
Linking to C libraries from C++: why isn't extern always needed? -1.96
Is there a faster way to remove and store an element from an unorde... -1.30
array pointers that don't change size. Do I need locks? -1.81
Errors in Casting Doubles to Integers +1.22
Output of the program, when a global variable is re-declared as a l... 0.00
std::vector<char> into std::vector<T> conversion c++ 0.00
Can I avoid to include <iostream> if I do not use its functio... -2.12
Upcasting and Downcasting skipping heirarchy in C++? 0.00
How to find if an inputted double is a multiple of 0.05 +0.79
What is the difference between &b and b ?(b is and declared lik... 0.00
Why does printf("%.2f", (double) 12.555) return 12.55? +0.42
How to use static const field of a base class as size of an array i... +0.37
Will sizeof always be a multiple of alignof? 0.00
is introsort better than merge sort (Time Complexity)? +1.61
C++ Behavior of priority_queue pop() and top() when queue is empty +2.32
Why c++ iterators of vector before erase position are also invalida... -0.12
Copying a unique_ptr char array to another unique_ptr char array af... 0.00
C++ zero initialization - Why is `b` in this program uninitialized,... -0.97
Removing unique_ptr´s from a Vector and using them as paramete... -0.25
Why the copy constructor is called -1.64
Strict aliasing and binary I/O +0.37
How can I set my variable in C++ to 0 and prevent it from getting r... 0.00
Definition of a variant member in the Standard 0.00
Is it safe to delete an array pointer in C++ after reassignment? -0.63
In a low-latency application, Is unordered_map ever a better soluti... -2.16