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 ... 22 23 24 25 26 ... 108
Title Δ
How can I sum 2 64-bit unsigned Int numbers on C on a 32-bit system? +1.76
Why doesn't std::this_thread::sleep_for() work in MacOS terminal? 0.00
C Program to read number character by character giving incorrect re... +0.78
Why is the postfix increment faster than the prefix one in the C++? +0.27
Output ASCII value of character +0.26
C++: Setting a uint32 to an int32 (negative value) +0.27
Is it safe to pass a void pointer to function that accepts a non-vo... -0.55
Check if memberfunction returns temporary object or array object 0.00
Reading uninitialized variable that happens to have a good value +1.21
Syntax for case range in C? +0.26
C - int and long have the same size and max value -0.54
In c++, std::string::size() does not count modified string length +0.28
Determine how many characters are given in cin? +1.02
Memory leaks caused by malloc in C 0.00
why the for loop cannot define two scope's variables? -1.76
Should I declare a member function as `const` even if it modifies w... -1.70
C++ cout aligning output numbers +0.46
Armstrong numbers from 100 to 999 0.00
what does strlen do if it encounter a space in between char array? +0.54
Segmentation fault 11 in a Practice 0.00
ASCII chars to integer 0.00
I am trying to calculate a certain number with C++ for loops, but I... +0.75
How to choose fscanf format based on the type of the variable? -2.44
Why is '1' + '1' = 98 and '1' + 1 = 50? -0.19
How compiler behaves on out of range char value? -0.67
Expression must have a constant value error in an array with the si... +0.26
When does character and int concatenation result in seg fault? 0.00
C++ compiling error when calling a constructor within other constru... 0.00
Would a C compiler actually have an ascii look up table -1.27
Macro NO_ERROR conflict +1.03
Color of + (plus) sign in C 0.00
What will be the output of this program and how? -1.49
Why does C++ allow type has no-default constructor for std::map whi... -2.00
choose how many numbers to print after dot using a variable +0.27
Use case of overloading address-of operator +0.24
Companion to hypot() -2.61
How to search variables in code after compilation? +0.81
Why do I have to use pointers if I define a constructor? +1.06
How to play sound in c++ -2.33
why does this program work??returning local struct variables +0.27
At which memory segment the new () operator allocates memory for pr... -1.10
How to avoid mistakes in operator== implementations in C++? +2.34
Can I check for a word inside of an array/vector without looping th... +0.70
C++ Is it reasonable having an interface class inherits from a conc... -1.81
Dates in Excel to convert to a Julian date 0.00
How to create structure members inside a loop in C++ +0.25
Is there a way to forward declare a namespace or just make it visib... +0.38
C random number generator - its changing so slowly. What to do? +1.29
C++ Passing By Reference Not Changing Argument +1.15
Deleting capital letters in a C-String +1.00