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 ... 7 8 9 10 11 ... 108
Title Δ
C++ overloading postfix operator 0.00
why result "eightnine" comes together when we input is 8... +1.30
C Rounding up float -0.34
print the value properly 1 to 10 +1.01
How to return an error from a function that returns signed integers -1.29
why <double> is allowed in STL -1.59
Why the C standard doesn't expose a function to get the size of... -0.49
Why isn't `typename` required for a base class that is a nested... -1.66
Why does brace initialization in C++ solve the problem of initializ... +1.04
How to fix Heap Corruption Detected: after Normal block -1.12
Problem with understanding floats in c.. Why does it go into infini... -1.89
Finding a value of integer and passing that value to another intege... +0.31
Why is one of these examples undefined behavior and the other is not? +1.38
Why is it that the second code works while the first one doesnt? +1.08
How does the '&' symbol work in template parameter? +1.84
If 'decltype' is static, why then the ternary operator work... -2.38
How do I get around C's adding of very small floats?, -1.33
POD struct (members of same type): are members in contiguous memory... -0.37
Why does malloc keep giving a "incompatible types" error... +1.51
Why does an array of characters in C++ return its items instead of... +1.90
Difference between different ways of initializing pointers in c -0.10
Conflicting types with a declared int func +1.56
How do I make my code sort input in ascending order? 0.00
Too much accuracy in double -2.35
Does STL library differ on different platforms? +0.37
C++ temporary objects lifetime in a function call -1.04
Unclear casting in C +1.80
Initializing a std::array with a constant value +0.61
Why this is happening in the following code? -1.54
How does the C compiler (clang) enforce const? +1.29
Why is this having trouble storing illegal the character? 0.00
Does strncmp have side effects? 0.00
Need explanation of this, what actually is going on in this line? 0.00
What condition is being checked by the if statement -0.83
Does the standard guarantee that uint8_t, int8_t, and char are all... -0.09
Need to understand this If statement 0.00
Question on Usual Arithmetic Conversions - GCC Compiler +1.71
Invalid use of incomplete type (for a pointer to atomic integer var... +1.49
Why doesn't 'd /= d' throw a division by zero exception... -1.13
generate two random number with specific rules +0.17
scope of local variable is block or function +0.32
defined macro '__CCP_H__' is reserved to the compiler [MISR... 0.00
What does "0b" and "0x" stand for when assignin... -0.72
Are objects of type nullptr_t ever needed? +1.49
Why use 'struct' keyword in class pointer declaration in C++ +1.51
Concatenating char variables +0.57
My switch statement is not working in C++ -1.53
How to provide the function signature for a function taking iterato... -1.04
Does a stray \ [backslash] have any meaning in C code? -0.77
programming EXACT timer which calles a function in c language every... -0.07