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 ... 10 11 12 13 14 ... 108
Title Δ
How to fix suggest parentheses around comparison in operand of '... +0.31
Is this string addition a valid expression? -2.32
Mistake in list grammar example in Bjarne's programming book? -1.12
I want to make a code that separates the values of individual digit... -1.55
How to cout a constructor? +0.30
Value initialization from signed char to integer, premature promoti... -1.69
why can't I assign the value of one variable to another? +1.42
Change a variable reference that is out of scope +1.78
Is an Eigen matrix created automatically on the heap? +1.56
Use class with operator [] +0.01
How to access an std::string member of C++ struct in C code +0.59
Is i=++i; undefined behavior? 0.00
Is using type aliases for STL Containers bad practice if your team... +1.63
Does freeing structures in C also delete its members? -0.76
Why does this loop go forever? +0.45
Why is `abs()` implemented differently? 0.00
What is the reason non-member virtual functions are not supported i... +1.39
Condition within for loop not executing +1.27
Is it possible to create 'empty' members within a struct in... -0.13
Is there an equivalent to Python's 'in' keyword for c++? -0.64
Pre Increment is not returning l-value +0.32
C++ operator overloading [], where is the data parameter to assign? -0.15
Usage of #ifdef inside structure initialization 0.00
C++ diamond problem - How to call base method only once -1.23
Why is not the condition *First1 == * First2 ?? (C++ STL includes f... +1.85
Are virtual tables part of the C++ standard? 0.00
Can we subtract NULL pointers? +0.20
Why the ‘Char’ identifier could not be recognised in VS2013? -0.52
How do I validate an enum value read from a file? -0.52
For looping struct members with a pointer to a struct 0.00
How can I keep 'first' and 'second' replacing std::... +0.32
Why Pointer assignment shows lvalue error when assignments look app... -1.54
What are the rules of how "close" to each other variables... -1.79
Order of evaluation in sequence of bitwise OR 0.00
Do you have to append `u` suffix to unsigned integers? 0.00
Why not exist syntax which execute some operation multiple times wi... +0.29
Why does passing right values through pointers results in segfault? -0.33
How can can I sort a vector of pointed-to values using std::sort()? +1.06
How to enter if statement inside a for loop? 0.00
Where could I find all the C++ decimal type indicator? +0.47
How to determine the order of function calls in a logic expression +1.69
Struct zero initialization methods +1.92
operators = and != in the same time -0.84
I have a function that has int a and int b all I have to do is find... +1.59
Padding size of struct +1.61
reading strings with switch case C language 0.00
does a local variable assignment constitute a side effect? +0.20
Is there a way to define an 'int' by 'greater/lesser th... +1.50
What exactly breaks the while loop in main? 0.00
If statement without '&&' works? -0.62