StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Bathsheba

Rating
1668.50 (337th)
Reputation
192,094 (255th)
Page: 1 2 3 4 5 ... 108
Title Δ
Binary Search: how to determine half of the array +0.26
Why do I get the letter 'e' instead of the value I gave it? +0.68
Save the new value of a variable whenever it changes 0.00
How can I append, or not, when writing to a file, based on a flag? -1.34
how the output of cout<<4%-8; is 4? -0.60
Why variables' address on stack are not sequential -0.44
Can static functions be virtual in C++? +1.01
Why is operator< overloading necessary for STL set containing cu... +1.53
Non-portable const in main 0.00
Is `std::atof` guaranteed to produce identical output when given id... 0.00
What operations can make floats leave a [0, 1] range? +1.36
How can I give alternative names to functions? +0.71
How do C++ compiler interpret comparison logic in string/character? +0.29
Can unused function-arguments become optimized away? +1.35
Flip least significant one-bit by using negation of a size_t +0.33
Is casting a C++ reference from unsigned char to double& safe? -0.67
C++ is that possible to initialize base class' base class? +0.93
Double to uint64_t conversion +1.57
C2296: '|': illegal, left operand has type 'float' +0.29
const_cast: modifying a formerly const value is only undefined if t... -2.48
How do you disambiguate a local static variable and a global variab... -0.19
Does --list.begin() == list.end()? -2.30
Do references always create an implicit pointer? +1.05
How is this C++ expression evaluated? +1.11
What does this `randfloat()` do? -1.55
Using characters as indices in arrays +1.76
How do I add numbers in a different order? -1.63
why the size of class remains same on adding more than one virtual... +0.88
Are the values stored in std::pair<> by reference or by value? +1.27
Is it possible to narrow only if needed? -0.44
C++ Unintialized struct member - field does not exist 0.00
Can you use "cin" with string? 0.00
Is there a better way to iterate through pointer without reassignin... +1.49
How can I use a bitset on the heap in C++? 0.00
Why does VBA consider -1 < 3 < 2 to be True? 0.00
What is the difference between the two codes: for(auto x : v) and f... -1.57
does using malloc( ) inside a function free the allocated memory af... +1.44
Why doesn't std::abs() works with floats 0.00
Sort Stack using vector 0.00
Namespace's class's friend that is not declared and defined... 0.00
Is converting decltype's expression from constant l-value into... -2.81
Why is type deduction on const char[] different to const char *? -0.61
How to search for const pointer in a collection of non-const pointe... -0.65
std::stoi alternatives for boolean 0.00
Unions in C++ (Please explain it) 0.00
The reason for explicitly start C/C++ enum at 0 -0.22
Can you (and should you) disambiguate a function call taking T and... +2.06
Does C++ std::hex reverse bytes order? (printing decimal as hexadec... -2.24
How to legally declare vector variables in C++? +1.19
What does the strange syntax mean in c++ +0.29