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 2 3 4 ... 108
Title Δ
Why no constructors are called? 0.00
How to dereference pointer object in C++? +1.03
c++ Object.method() = "string" -0.52
How much memory is allocated in heap using new operator? 0.00
In C++, how do I pass a 32 bit number into an 'int' variabl... +0.27
Binary Literals in C++ 0.00
c++ Exception thrown at 0x7A45FF80 (ucrtbased.dll) in ConsoleApplic... 0.00
Exercise 1.11: Write a program that prompts the user for two intege... -1.03
c++ get functions caller class name 0.00
Why isn't the static variable getting modified -2.20
Can I make operator== virtual to implement equality? -0.33
How to get a value less than INT_MIN? -1.84
Can't Assign 64 Bit Number to 64 Bit Min in C++ +1.97
Unexpected strlen result for a string literal +1.28
Casting hex number to signed integer 0.00
How do I correctly return an array from a function? -0.75
How to shorten declaring named constants? -0.79
syntax error: ']' was unexpected here, despite the fact tha... +0.28
why calling a variable as remove()'s argument gives an error? +0.29
Floating point arrays storing garbage value despite input correctly... +0.04
How do I find the type of a value in C++? +0.75
what is data overriding in c++? 0.00
What are the values ​of the variables a and b in this code? +0.29
Is there an "If in" keyword in C like Python? 0.00
The long long int is not supporting the multiplication of larger nu... +1.57
Is there a better way to only run an action once on a loop? 0.00
Why is virtual before declaration and override after? 0.00
What is the type promotion rule for a parenthesized sub-expression? +0.42
Why floor and ceil value giving different values for an integer in... -2.47
Pointer to Pointer. How far we can go? +0.62
Size of array in C/C++ +1.37
why references to members of a class in a vector point to the same... 0.00
How can a default constructor and a default argument constructor ca... -2.53
What does -0 mean in C and C++? 0.00
Overwrite default data type C++ +1.59
Message "error: use of undeclared identifier 'assert'&... +0.24
Why does push_back in this implementation reserve 2 * capacity + 1... +1.70
How to make a class declared inside some namespace to be friend of... 0.00
Is there any order exists in unordered_set in c++? +1.12
virtual functions segmentation fault -1.18
The "no operator" operator, what is it? 0.00
Is there a reason for using pure virtual destructor except for dele... +1.65
Do accumulate() function in C++ adds negative numbers? -1.20
Am I suppose to use virtual destructor=default to properly handle c... 0.00
Can variables placed continously in memory be treated as parts of a... 0.00
What is the structure of a std::vector? +1.52
Why does the copy constructor (of a C++ class) get called when a fu... 0.00
Why does this ternary result in a pointer being printed? -2.40
Why is cin, cout, endl, etc. defined inside the std namespace? 0.00
How to add a number to a fraction in c++? +0.29