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 ... 66 67 68 69 70 ... 107
Title Δ
How are primitve/fundamental datatypes in C++ structured? 0.00
Does C++ have a standard way to do a tristate comparison of two std... -1.32
Is the compiler generated constructor constexpr by default? +2.22
What happen when a lvalue assigned to a rvalue reference? No destru... +1.46
std::vector.at(). Does it return a reference or a copy? -0.45
How to use a static method from another class without :: -0.16
C enum using in c++ file 0.00
How can I edit object members in a priority queue once it has been... 0.00
Generating a dynamic size dynamic container with STL algorithms -0.58
Declarations/definitions as statements in C and C++ +0.25
Trying to copy a char* to another char* -0.69
Why to create global objects in heap? 0.00
Casting to non base class but with common ancestors +0.34
Herb Sutter's 10-liner with cleanup 0.00
Replacing an math.h exp call with a lookup table 0.00
std::string::erase doesn't work as I expected +1.78
I don't use <algorithm> header, but sort() is available -2.09
Which one is better std::prev(itr) or --itr? +1.38
Unable to assign variable on namespace scope -1.65
How to declare a function in a class in another file +0.34
error: base operand of ‘->’ has non-pointer type ‘const’ 0.00
How can this c++ function return anything? +1.66
What is the magic in return value optimization on this? -0.49
How to properly name include guards in c++ -0.25
Why is the C++ sort range [first, last)? -0.61
What is the meaning of *table[17]? +1.00
Making a c++ function cross platform with "runtime importing&q... 0.00
Prevent returned reference from being copied +1.52
c++ using std:string v char* in a base class - base class has a red... -0.09
How does vector's growth function work? +0.32
Thread 1: EXC_BAD_ACCESS while initiating std::pair array 0.00
In c++, is it possible to specify part of the parameters for a temp... 0.00
Why is there no "delete by index" for c++ vectors? -1.85
Why does unary operator & not require a complete type? +0.29
Library for batching allocation 0.00
Why is std::nullopt_t part of the C++ standard? +0.31
Entering/Printing array elements without the use of loops 0.00
Is the poor performance of std::vector due to not calling realloc a... -0.26
Modification of dereferenced value leads to modification of true va... 0.00
Difference between "vector" and "Vector" object... 0.00
Overloaded operator as argument of copy constructor -1.22
Pointer to nth element in a vector of list -0.56
fread function with char* -0.16
C++: How to extract multiple URLs from website HTML into a vector? +1.11
Copy Constructor and Destructor with a Dynamic Array -0.57
Overloading operator += with two classes -2.07
he is not print it as i want what should i do? +0.34
Access to protected member through member-pointer: is it a hack? -0.33
Function to call #include macro from a string variable argument? -0.25
Signed Integer value overflow in C++? +0.21