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 ... 6 7 8 9 10 ... 108
Title Δ
Do i need a return statement after an infinite loop? 0.00
++i vs i++ ? Why is i++ faster while ++i is supposed to be faster? 0.00
Declaring a string of a specific length -0.99
How to fix "Expected expression before "=" token&quo... -1.55
How does overriding variables actually work? +1.16
Is it possible to implement 'override'-like functionality i... 0.00
Memory waste? If main() should only return 0 or 1, why is main decl... -0.48
Use buffer between std::string::end() and std::string::capacity() +0.28
Visual Studio generates "Error: uninitialized local variable &... +1.42
What does this loop test condition mean? +1.25
How to divide by 0 in c++ -0.87
How this const value is getting changed..? 0.00
Printing only decimal places of a number 0.00
How to create a empty vector in C++? 0.00
Is it UB to call a non-const method on const instance when the meth... +1.56
Scalar `new T` vs array `new T[1]` -2.52
Where is the macro INT_MAX defined? 0.00
Can I assign a class enum based on a private/protected member? +1.45
Input using std::cin doesn't work for floating point only when... 0.00
Defining special division between integers -0.50
How to create different types of variables in a loop? -0.99
Why printf inside if condition works in c? +0.46
sqrt of a number can't pass online judge +1.38
Newline and single double quotes in #define +1.18
How to implement logical operators using bitwise operators 0.00
Dereference operator on temporary object -0.67
Create a constant variable if an "if statement" is satisf... 0.00
How to calculate the size of enum +0.02
this range-based 'for' statement requires a suitable functi... +1.84
Is array name a pointer in C language? 0.00
Does if-structure in C affect the value of variable? -1.71
Subscript operator precedence 0.00
Operator !! producing unexpected result +1.14
What does the below C code does - is it redundant +1.20
what does "auto asd = (2,3,4,5);" do? 0.00
Recursion with global defined variable get more stacks than recursi... -1.03
Difference between returning *this and this - c++ +0.30
Warning C4267 'initializing': conversion from 'size_t&#... 0.00
How is the array works while in a loop? -0.51
Why do I get 0 as a result? 0.00
How do I get C to differentiate between single and double floats wh... +1.76
Excel- Generating a set of numbers with normal distribution with MI... 0.00
Passing array as a parameter with its size inside brackets +0.80
Programm Output "nan" 0.00
sum of the array using pointers in c +1.49
Am I using std::move() too often? -1.71
Is using non-member function a good practice? +0.32
Size of class with int and size of class with int inside a function +1.01
Can someone explain how the shorthand assignment operator actually... +1.68
How do I increment the pointer to a structure which has variable le... +0.27