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 ... 12 13 14 15 16 ... 108
Title Δ
Why this c++ code is not returning address of each character in the... +2.57
Here's a program to find the factorial of a number. Why am I ge... -1.21
Is there any method to safe handle twice freeing memory by delete-e... +0.43
VS10 C++ Error C2833: 'operator string' is not a recognized... 0.00
What is the fastest way to swap two complex structures? +2.61
Should MSVC's C4138 warning ("'*/' found outside o... 0.00
Pronunciation of <=> (spaceship) operator -2.58
Ramanujan like number find but loop become infinite and many duplic... +0.34
Enabling usage of feature with boolean variable and value -0.37
What does "gcd = x < y ? x : y" mean? -0.37
C++ What does size_t(iterator1 - iterator2) mean? 0.00
Group multiple cases together in the switch statement +0.53
How to count the comparation in function strcmp() if inputs have di... +1.10
A function inside a struct C++ +1.25
Reading 2 integers that are multiples or not +1.37
Why memset called after calloc? -0.26
Expression must be a modifiable value in C 0.00
Does double exclamation (!!) in C++ cost more CPU time? -0.57
find the minimum (double) in c++ 0.00
Why my visual c++ is not triggering stack corruption error in situa... +0.32
What is the idea behind ^= 32, that converts lowercase letters to u... -0.85
how to eliminate use of goto in switch case +0.95
Is it possible to append a structure at a particular offset in its... +1.26
Pointer To Function With/Without & 0.00
Are there floating point infinitesimals? +2.30
Is use of function return values for error checking and/or exceptio... -1.38
Character array initialization and trailing null +1.30
Printing the highest of two values WITHOUT using if statements -0.62
How this if-else condition can be replaced by ternary operator -0.11
Write round() function using bitwise operation? 0.00
For loop confusion in c program -0.48
How does the vector::size() returns size of the vector in constant... +0.82
C++ Read access violation for vector +0.80
If loop without a boolen condition in c +0.91
Using a for loop to reverse an array does nothing 0.00
What does the array operator "-" (a hypen or a dash) mean... +1.07
How can you make a random number generator that chooses between the... -0.97
union containing only one struct -2.54
Does the destructor of an object allocated dynamically (on heap) wi... -1.36
Modify the contents of the memory address of the return of a function +0.82
Is it correct to concatenate char to char array like that? 0.00
C: Why does converting an int to float output 0.000? 0.00
What's the meaning of " for ( ; ; ) " in C? -2.55
How to obtain the width of string output? 0.00
For loop creates error when recursivley permutating strings in C -2.30
The program is not taking any input. After very first input it clos... 0.00
"narrowing conversion" warning for hex literal with no-su... 0.00
C++ reverse an iterator -0.74
How to pass array without the second element in c? -0.17
Is it valid to "hide" a base class virtual function by ma... -1.09