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 ... 27 28 29 30 31 ... 108
Title Δ
error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘=’ to... -2.46
How to get specific number of digits after the decimal point by the... +0.90
Two different calculations in one line +0.33
What are the dangers of using #pragma once? -0.47
operator precedence in C? +1.58
How is the string terminator '\0' has the same value as int... -1.14
Type name expected +1.07
difference between addresses of struct members as compile time cons... 0.00
How to stop switch statement if it is executing all other case in C? +0.28
What does this macro return and how do use it? +0.27
correct method to get the unsigned char pointer length -0.59
How do I sum up all the digits in a number which is given as a stri... 0.00
How to use if with array elements in c++ +0.27
When size is 64 bits then why shifting left 32 times give a zero -0.98
How can I move to a pointer position directly without using the ++... -0.89
Why lambda returns bool? -0.86
Why does adding constexpr make VS2013 reject this? 0.00
C++ passing const bool by reference 0.00
What does the standard say when there is no return? +0.26
Access overriden parent virtual method in C++ 0.00
Using int to print character constants -1.62
How to properly deallocate memory for a 2d array in C++? +2.01
Can I delete a memory previously allocated dynamically, but with a... -2.77
c++ Getting access to member outside from inheritance chain -0.73
Dynamically declaring structs not working as expected 0.00
How to get actual calculation value from airthmatic operation 0.00
How to set a char* dynamically (based on a conditional) +0.82
not printing out all alphabet just one letter but it needs to print... +0.27
Declaring a global structure causes a segmentation fault but when l... 0.00
Overloading the `=` operator in C++ +0.90
C program produces a "SIGSEGV (Segmentation fault)" at an... 0.00
What does this expression, 1>0, evalute to (on 64 bit) in C? +0.01
Global variable as default argument -0.73
Is it possible to declare a variable within formula and using it in... +0.20
How can I do this C program that finds the distance between 2 point... +0.26
C++ storing a const& to a temporary 0.00
Does this qualify as recursion? 0.00
Fastest way to zero out a range of positions of an array? +0.40
I can't add item to ( std::vector < std::vector <std::str... 0.00
Types, expressions and arrays dimensions +0.93
How does constant integer assignment in c++ +0.26
How to break a loop for getting an integer array in c++ +0.29
Why Would a Loop Skip Values? +0.63
C++ suffix L vs specifying long double -2.71
Is using reinterpret_cast after typeid check valid? +1.00
Overriding public static const members in child classes 0.00
How do C++ developers keep up with changes in third party code? 0.00
Can we use ternary operator within an if statement?? -0.23
How is evaluation order determined in case of same operator precede... 0.00
Dead code in while loop java +1.21