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 ... 13 14 15 16 17 ... 108
Title Δ
Can I shorten a function name I use repeatedly? -1.13
What happens when you access the previous stack variable? -0.53
In the compilation system, how does linker(ld) know who to link myp... -0.91
Why -INT_MIN is NOT 2147483648 for uint64_t type +1.31
Why didn't I get tan(PI /2) = infinty in C -0.81
Does golang rand() use libc rand() -0.17
C++ "return" the result of an expression +0.02
Can I replace my if-statements to save running time? -0.02
Why Doesn't G++ Warn About Unused Result of Const Member? 0.00
C++ thready safety of a static member variable +1.37
Is this type punning well defined? +0.90
How to delete pointer to a class without virtual functions and no i... 0.00
Template the value of a member variable +1.32
How to terminate a program and close the cmd in C++ 0.00
Standard C++ way of calling C standard library functions +0.66
What type is used in C++ to define an array size? +1.49
What is the memory layout of vector of arrays? -0.56
Why template function only base the return type works on C++? -1.90
Is there a way to point a vector<double>* to a vector<int&... +1.83
Can I declare object literals using names rather than of types? -1.69
c++ conversion from 'float' to 'int32', possible lo... 0.00
while trying to print the address of a[1] error: lvalue required as... -1.68
What is " Variable ' i ' was not declared in scope &qu... -0.30
Ternary operator in loop conditional: evaluation order / op. preced... +1.28
Backwards compatibility and secure versions of functions -1.37
Generating pseudo-random 16-bit integers +1.41
What is the error base on the code below? -2.25
What does comma do while using cin in c++ 0.00
Difference boolean[] b = {false} vs. boolean b = false? -0.74
enums exceeding the size of the largest number type +0.33
"opt" cannot appear in constant-expression +1.37
Is binary equality comparison of floats correct? +0.79
Signed and unsigned integers with logical operators +0.11
How to make If … And statement work in Excel to see if a variable e... -0.44
Why is while (1 < a < 5) an infinite loop? -0.18
Character const or string const? 0.00
Struct consumes too much memory +1.28
how to count only 1bits in binary representation of number without... -2.87
Is it possible to dynamically allocate the extra memory required fo... +0.31
Evaluate returns -1 for TRUE? (Why not 1) 0.00
How to convert float to size_t without warnings +0.40
Why is rvalue incrementing in C++ illegal? +0.31
copy constructor const error while using with map 0.00
Are these compiler optimisations from a CppCon example allowed to b... 0.00
Is there ordering with c++ && (AND) operator -0.96
operator overloading = modifies original object -1.88
Linked List C++ Class What is the diffence between these two add no... +1.24
If pointer stores the address of a variable and is itself a variabl... +1.46
What is the point of making an argument that is passed by value con... -2.18
Atomic behavior of unary increment operators +0.30