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 ... 16 17 18 19 20 ... 108
Title Δ
Get string by const reference -1.50
How to print unsigned char array by cout? +0.30
C string at the end of '\0' -2.30
How to optimize code for multiple return value? -0.96
Function doesn't return default value +1.21
C: OR operator in return line? +1.70
Converting floating point to unsigned int while preserving order -0.82
Overload pure virtual function with non pure virtual version +0.62
How do I access privately inherited class members in C++? -0.49
Do some C implementations define the string keyword? +1.12
Is the C++ Iterator STL a template, class or an interface? 0.00
C++ index evaluation direction -0.94
Bitwise operators in c++ and overloading +1.36
why must use '*p=a', and use 'p=&a' does not wo... 0.00
Basic C Programming - How to solve "Run-Time Check Failure #3... 0.00
How to check divisibility of a number in continuous fragments by 11... -1.04
How can I figure out how many characters are in a number? +0.32
When does C++ perform deep copying and shallow copying? -1.79
How to access the new member functions of child class? -0.62
What is the difference between (char*)'r' and "r"? +2.13
What would be the quickest way to find the maximum of four numbers... -1.85
std::array initalization with Visual Studio 2010 0.00
Output of program does not make sense -0.62
Overflow errors without climits library 0.00
C++ greater than or equal to operator -0.56
VBA: Use of "On Error" when calling a sub in another work... 0.00
Is access to a static function variable slower than access to a glo... +1.12
Hexadecimal values division in C 0.00
In the sample,why float convert to int print different result? 0.00
How does a floating type pointer act when it points to an integer v... +0.93
Does C support multiple assignment of the type a , b = 0, 1 like py... -0.23
how primitive type declarations work in C? -1.68
The function should return 1 but it is returning 0 +0.31
Function without name +0.31
C arguments from the C primer plus 6e should effect print 0.00
What happens when an int and float variable both having same value... +1.49
Why size of QByteArray is `int` rather than `unsigned int` +0.24
non-const lvalue reference to type ... cannot bind to a temporary o... 0.00
if (y & (y = 2) so how to deal with this if condition -1.24
How do I get the value of this void* back? +1.06
Is there a difference, or preferred between ptr** and ptr*& in... -2.50
Error in a function call +0.52
How to assign an integer to a variable of type char +0.27
C++ returning array 0.00
How to assign a value from an address to a pointer on the go? +0.52
How to delete such kind of two dimension array? 0.00
getting segfault when I return a vector of pointer to structure +0.29
C union member gives particular/wrong value when other member is se... -0.38
why am I getting error when I am assigning value of a pointer sent... +0.28
Difference between .length() and strlen() +1.89