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 ... 5 6 7 8 9 ... 108
Title Δ
Alternative to ceil() and floor() to get the closest integer values... -2.69
What is the role of << , >> operators in the loop +1.22
How do i handle this situation C++ sizeof problem -0.59
Pointers and functions for calculating the squareroot of a number i... -0.38
Multiplying a decimal value without using * operator in c++ 0.00
For-loop or std::any_of, which one should I use? 0.00
Why do equal expressions in 'class' and 'main' beha... 0.00
what the main function in this program returns to os? 0.00
Other than changing the return type, how else can i fix this? +0.32
which pointer statement should i correct to avoid segmentation fault +2.07
Weird bug with specific cases when implementing a getLength-Functio... 0.00
C++ operator order evaluation +2.03
How do you hide deprecated warnings in vscode for c++? 0.00
Pointer will not return the address of a char type 0.00
Signed integer multiplication with overflow 0.00
How to show the current #pragma pack setting in C++? +0.30
Signed overflow in C++ and undefined behaviour (UB) +0.70
Best way to always round up doubles in C? 0.00
how to use string and switch in c++ +1.44
Can I use a try catch statement to catch any error instead of being... +0.33
Should I check for NULL pointer after malloc and calloc of 2D array... +0.77
How to create a program that show a^b is less than or more than e^c 0.00
is a reference in c++ a new place in memory(like pointers) or it is... -0.62
Pointer initialization: address or value +1.36
Is it possible in C++ to use ternary operator to select a compariso... +0.63
Can I pass a pointer to before the beginning of an array if I know... -1.94
Uninitialised Enum in C 0.00
why parenthesis is unable to change c++ operator precedence in this... +0.65
How does std::array brace initialize? 0.00
How do I call operator() on "this"? +0.30
(#ifdef) vs. (#define <boolean>) -0.71
Why in C++ do static_cast<unsigned> of negative numbers diffe... 0.00
what is the initial value of unsigned char b[2] in c++? +0.78
Negating INT_MIN in CPP 0.00
Doing some counter manipulation, how do I make it so that if setCou... +0.45
Are 'null' and 'NULL' the same? +0.76
C++ calculate the power of a number without using pow or loop +0.57
I can define the length of an array using a constant, so why doesn&... -0.19
Template function only works with VS 0.00
Is it possible to convert a non integer number to integer number in... +1.07
if (n!=0) n=0; v/s n=0; Which is more efficient and why? +0.77
How to properly compare an integer and a floating-point value? +0.60
Specific for-loop for a simple sort algorithm +0.90
why first integer value turns zero after an if 0.00
How does the "if block" work in this code? 0.00
Is capturing a newly constructed object by const ref undefined beha... +0.00
Why do semi-colons in c++ seem to implicitly handle errors? [tldr:... 0.00
Equality condition on a double loop variable: unspecified or undefi... 0.00
Question on refering to a position of an array 0.00
Instance variable value not printing properly 0.00