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 6 7 ... 108
Title Δ
What is better style: ++x or x++ in for loops -0.21
Why can't C++ compiler know a pointer is pointing to a derived... +0.91
Does size_t have the same size and alignment as ptrdiff_t? -0.08
Constructor delegation vs default arguments +1.35
uint vs. unsigned int - Why not typedef uint? -0.59
Should I define static inline methods in a cpp file? 0.00
Is std::list circular? +1.15
See if key exists in c++ map -1.92
the scope and priority of variable in c++ -0.73
Why can't std::atomic<T> be swapped? -0.77
Does forward declaration fix the number of argument? 0.00
0x20 treated as 0x00 with stringstream 0.00
Concatenation of std::string and int leads to a shift. Why? -1.40
No match operators[] +1.27
What is the meaning of macro in front of class definition in c++ 0.00
How to "DELETE" a char * variable return by a function? 0.00
declarating variable in loop will cost more performance? 0.00
C++ Beginner: Shortcuts on Switch +2.13
How can i get an enum value from a file? +1.44
Is the address of a var in c passed by value? +0.81
Why doesn't this assignment operator return a copied object? +0.28
Type alias with same name as type +0.31
Why is there difference between the basic properties of character a... +0.81
character array initialisation to NULL in c++ 0.00
Cleaner way to convert an array of compact float values into an arr... 0.00
Is it a gcc -O2 optimization bug (different result from -O1)? 0.00
I can't figure out why my while loop is not giving the expected... +1.34
Declaring a big global variable in c++ results in the error message... +0.27
function name as parameter in c++ -0.29
How to use " = default" with a constructor that has a body? 0.00
Will the end address of the vector change if we erase some elements... 0.00
Minimum XOR value : Given an integer array A of N integers, find th... 0.00
Why does this supposedly infinite loop program terminate? 0.00
Why doesn't pow() function gives correct result to print armstr... 0.00
How to correctly convert 999999999.99999999 to integer +1.14
What exactly does a char* mean in C++? +1.76
Use NULL in default constructor -1.66
Smart Pointer Variable to Function -0.44
Is the adress behind this guaruanteed to be identical to a variable... 0.00
Casting from double always returns zero +1.08
Discount C++ program using a switch statement 0.00
How can i delete a pointer to array in C++ -1.47
How to extract a pointer size in C +0.52
is there any way to apply if statement to all variables in c++ -0.39
Passing arguments to Base constructor using Derived class member va... +0.86
What is the default return value of a Boolean function in C++? -1.15
Why the following code printing garbage value? -1.22
how to handle floating point imprecision? 0.00
would exceptions be a reasonable way to return different types? -1.78
What determines whether segmentation fault occurs? 0.00