StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

M.M

Rating
1601.44 (1,718th)
Reputation
109,195 (640th)
Page: 1 ... 34 35 36 37 38 ... 70
Title Δ
memcpy segfault with larger arrays -0.92
Segmentation fault while trying to sort strings in C 0.00
Dereferencing a pointer to a null pointer? +0.40
Replacing element of a vector of objects -0.40
How to minimize the if and else statement -1.18
Compare macros containing parentheses -1.67
I was trying to solve this maze with the following code. But the an... -0.11
C++ std::stod. How to make user enter a number? +0.40
std::bind syntax difference between global and member functions +0.95
increment begin() (of a list) in c++ stl doesn't work 0.00
Should I free long-lived memory that would normally be freed at the... -0.40
Multiplying by sizeof(char) is different than just the multiplying... +1.47
C++ how does cast with reference work? -0.43
What is the point of bitwise and-ing with 255 when using bitshiftin... -0.61
Moving average failure without static storage +0.99
Bug in <unordered_set>? 0.00
Do implicit class-type conversions use the copy-constructor? 0.00
Calloc does not initialize entire memory block to zero 0.00
Lifetime of rvalue ref +0.01
compiler over-optimization causing data run time and debugging inco... -0.11
Does a[a[0]] = 1 produce undefined behavior? +1.78
Why is this macro replaced as 20 instead 10? -1.54
Error: Assigning to char* from incompatible type void* -0.35
How to specialize classes for all reference types c++03 -0.60
Using [] rather than a function call in c++ +1.02
Array Decays to Pointer in Lambda +0.40
How move semantic works in vector relocation? 0.00
Pointer casting between types and undefined behavior 0.00
How to handle invalid passed arguments in Ansi C -1.18
Why can this C code run correctly? -0.29
structure variable is not set to 0 after applying the memset -0.11
Runtime Error(SIGSEGV) in codechef 0.00
Perfect forwarding, why does the destructor get called twice? +2.01
Boost example code inheriting from std::exception doesn't link 0.00
Parametrical size of an array in C++ +1.48
Force `const char[]` string literals in clang 0.00
How to Concatenate Two LPCSTRs -0.46
The + operator, difference between class types and built-in types? +1.99
How does 'pass variable by reference' work? +0.28
Meaning of for (int x : temps) in C++ +0.53
Making a typedef struct public for local declaration, but keep the... -2.49
Check scanf(..) success without using the number of fields — is the... +1.09
Strict-aliasing and pointer to union fields +1.80
Does 'final' specifier add any overhead? -2.10
Is detecting unsigned wraparound via cast to signed undefined behav... +1.81
Initialize C-based typedef'd structure provided by C-Based API... +0.22
Keep constant reference to return value of function in C++ +0.40
How will this C preprocessor be evaluated ? -0.23
How to get the dimensions of a 2d dynamic array of strings in C++? +1.02
Difference between ".Release()" and "->Release()&... 0.00