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 ... 71 72 73 74 75 ... 107
Title Δ
What is missing from my use of std::fixed? 0.00
Change vector memory allocation strategy? +0.36
How do I get a float/double bits without doing undefined behavour? 0.00
Does deleting a class object delete all of a member vector's ob... +1.68
What is the purpose of emplace() if we can use vector[1] = someInt? -2.32
Converting std::vector element pointer to index -0.46
Crash on creating an Object Array c++ 0.00
Stop the rounding on float c++ -2.47
Performance difference b/w heap allocated object and stack allocate... 0.00
Return type lambda 0.00
Can I get a pointer to a pointer pointing to nullptr, is it valid +0.35
Linked List : Inserting from the Beginning -1.17
When does a member function go out of scope? +0.37
alternative of if else-if else statement c++ 0.00
Best way to delay shared_ptr<> from being destructed in C++ 0.00
Is vector in struct time consuming? Is it better to use a pointer? +1.05
Reverse linked list crash confusion 0.00
Why wouldn't you declare main() using a function-try-block? -0.62
How to test if TCHAR pointer has been initialized 0.00
Convert abstract class from object to pointer with a function 0.00
How to confirm you are not having memory leaks? +1.48
Why is the sizeof for a packed object lower than anticipated? 0.00
Why is this user-defined conversion not done? +1.71
Cannot initialize a member subobject of type 'const signed char... -1.75
converting from void* to int in c++ -0.19
C++ strict-aliasing agnostic cast -0.86
What does `operator()...` mean in code of C++? +0.63
Initialize all the elements of an array to the same number -0.81
How do I round double value to 2 decimal places in C++? +1.43
Correct way to design data class to handle polymorphic data -0.64
How to check if arguments were passed in C++ +0.34
What is a function client? -0.21
copy object behind shared pointer containing a list of shared point... +1.95
Why isn't gcc complaining about array bounds even if requested? +0.38
Why can't I inline-define a non-templated friend within a templ... 0.00
How to namespace C++ header files? +1.57
C++ return true if duplicates in a type int vector is found 0.00
C++ struct inheritance -0.71
What are the drawbacks of single source project structures? +1.50
Are different types of initialization derivatives of other types, o... -0.65
Why deleting copy constructor affects user-defined default construc... +2.28
Why does std::distance print out a `-`? +0.22
how to correctly cast uint32_t to unsigned 0.00
c++ - Must all static class methods be defined, even when not used? +1.76
NAN -> distinguish between a division by zero and an exponent wi... 0.00
Passing by reference issue? 0.00
Struct having vector of structs mmapped 0.00
C++: Confusion on auto deduction using a const against an array +0.34
About circular dependency & #includes in C++ 0.00
When the input will stop? -2.23