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 ... 9 10 11 12 13 ... 108
Title Δ
How to convert a String ("95941634.164") to a float +0.31
How to find sum of an A.P. with very high ranges modulo 1e9+7? 0.00
How convert and insert an 'int' in a 'char' for C++? 0.00
Why does changing the 0th index of the array change more than the 0... -0.20
Why can't we do three-way comparison in C++? +0.76
pow() function giving wrong answer +1.29
When does a float constant overflow if it is implicitly converted t... 0.00
How are implementations of standard library header files function p... 0.00
c++ coding standards with variables naming is that a good/bad idea? 0.00
Why are private variables of a class accessible from an object in t... +0.32
Should variables always be initialized with literals? +0.95
How do we disable a linker warning with a #pragma warning? -3.21
What's the most efficient way to extract min, max & median... +1.58
How can I jump from if block to else block without using goto? -1.04
C++ pointers, ++ operator behaviour +0.64
why can I not use the dummy parameter in postfix operator++ like so... +1.41
Bulk initialize the char array by "\0" instead of memset() +0.25
vector capacity shows 0 even though it is reserved -1.43
How do I declare an array of unknown size then take input till I de... +1.05
Struct inside struct: 'Illegal reference to non-static member&#... +0.18
C++, Interest Calculator not displaying correct output 0.00
When is forward declaration not enough? -0.20
Why I don't get segmentation fault when using argc and argv? 0.00
Data size definition in C programming while using mathematical expr... -2.31
Why "using sleep()" makes the result of the same code bei... +0.14
too many initializers for 'int [0]' while setting the param... 0.00
why do i get a weird output when i select substraction from the ava... +0.32
Another variable as the size of the array +0.31
Iteration variable goes out of range in for-loop 0.00
Is there a bug when using for loop with vectors? +0.95
I'm getting this error in this part of the code which has a rec... 0.00
undefine a macro at execution in C +1.23
displaying iterating numbers without sum +0.30
right shifting the binary representation of the floating point numb... +1.52
What is the fastest way to reverse a power of two in C? -0.33
Is there a Variable allocated on the Heap? +0.31
Why if statement is not entering when Null 0.00
I need help adapting a code to work out a 3x3 matrix and displaying... 0.00
Attempting to convert a value into 2s complement in C 0.00
What's the difference returning & and not? 0.00
Float to string without rounding +0.91
Variable assignments when using if statements in C++ -1.67
Why does "unsigned int" + "unsigned int" return... -0.20
Hand-coded log function won't find base-10 logs over 10 +0.90
What is the time complexity of mapping a vector? +1.67
Passing class to constructor, when no such constructor exists. Why... -0.27
Can I "import" one namespace into another in the header? -1.52
C/C++ Structure Enumeration -1.38
Should the bracket overloaded operator in C++ be declared as a cons... 0.00
I am trying to store value in long long int type but giving wrong r... +2.20