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 ... 50 51 52 53 54 ... 70
Title Δ
Vector size() returning seemingly random large integers 0.00
Pointer Invalidation with std::vector 0.00
Multidimensional arrays: don't the pointers point to their own... +1.84
How to create and return a 2D matrix from a function in C using mal... +1.81
fscanf is not reading a double in a file. File is fine 0.00
sscanf copying data more than variable size +0.21
Does `const T *restrict` guarantee the object pointed-to isn’t modi... 0.00
C++ error on atol action -2.05
Why do I always get "terminate called after throwing an instan... +0.46
Why won't my code print anything from the screen? (C++) -0.33
C FILE pointer, why not just use the FILE type directly? -1.20
Easier C++ STL iterator instantiation -0.60
Why is returning a reference to a function local value not a compil... -0.80
C struct pointer as argument: making permanent changes to the struct 0.00
C++: Implicit assignment for Objects +1.85
Shifting bit values in C -0.05
Assign and compare in single statement in c -1.49
Struct compiler problems in C -0.13
Who is wrong, the book or me? (C two dimensional array) 0.00
1 left shift by n 0.00
I'm trying to new memory new heap memory in a function but it g... 0.00
Is this a correct way of initializing struct sockaddr_in.sin_zero[8... +0.42
how to print a dollar sign at the end of each in in C -0.53
Cannot access private member declared in class 0.00
Copying elements of array to a new one - C 0.00
Understanding Default Move Constructor Definition +0.44
if statements based on user input -1.08
What is this line of code really doing? -0.53
if and else without braces -0.06
Freeing array of struct -1.42
Error: cannot convert 'int (*)[(((sizetype)(((ssizetype)n) + -1... -0.04
Modifying contents of container with iterator +1.71
fscanf inside a do-while not working +0.46
Prime number finder cannot find prime, stops after 7 +1.17
fatal error in "detects_simple_anagram": memory access vi... 0.00
Segmentation Fault 0.00
c++ - store byte[4] in an int 0.00
Segmentation fault with strcpy (ELF executable) 0.00
C++ iterate though list of obj and change/modify value -1.26
How can I call base class's operator==? 0.00
Outputting the score with only one function call -0.29
Passing reference by reference? +0.66
Why can I assign the return value of a function that returns `const... -0.56
Modify the address of a variable? 0.00
allocating flexible array members as a struct -0.22
Why does (1 << 31) >> 31 result in -1? -0.97
Using fgets() to read from different pipes, reading same message fr... 0.00
Why cannot I free the memory?(Debug Error) +1.79
Please anybody check my code to see what's wrong with it -0.82
What is the best way to return reference to a constant sized array... +0.11