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 ... 33 34 35 36 37 ... 70
Title Δ
Overloading operator+ in class -0.75
Strcmp using two pointers is causing a segmentaion fault +0.32
Declaration vs definition in C +1.56
C++ Arrays (Unlimited Input) +0.75
Weird Behaviour of strcmp [C] 0.00
Compiling in C: undefined reference to `memcpy' 0.00
How to declare values in a 2 dimensional struc in C 0.00
%d pointer-to-integer conversion in C strings? -1.32
Program crashes on line t->time = t0; -0.63
Why in this code the buffer is flushed when there isn't any new... +0.40
Guarantee uint8_t smaller then 9 +1.05
Is the operand of `sizeof` evaluated with a VLA? +2.12
Confusion with malloc -2.42
cin >> val sometimes reads 0 depending on Ctrl-Z +0.39
Scanf is being ignored -0.64
C++: Why does my code stop running after the first for loop? 0.00
Why doesn't my C++ compiler optimize these memory writes away? -0.50
Should I now be passing by value? -2.74
Why does GCC -O2 and -O3 optimization break this program? +0.95
Filling a 2D array from 1D array in C +0.40
Getline behavior with printf in loop 0.00
Error C2601: 'BlackOps2' : Local Function Definitions Are I... 0.00
Is conversion between exactly-sized integers always completely defi... +0.91
memcpy gives me weird results with struct 0.00
Difference in C main function declarations +0.40
Should I initialize a struct's variables within the constructor... 0.00
How to not call base class destructor from constructor on exception? -0.47
What does isspace (ch & 0xff) mean? -0.80
how to free a pointer after it returned its content +0.54
char[] to uint32_t not working properly -1.68
Ternary operator as a command? +1.58
Why can't C functions return an array type? +0.50
What is *(uint32_t *) &buffer[index]? -1.32
How to let the user specify the size of a multidimensional array in C +1.25
Caveats and risks of calling a constructor and destructor like comm... -0.57
Is the order of global static variables preserved in C? 0.00
Unaligned access through reinterpret_cast +1.95
C Program - What is the simplest way to find the exponent of a powe... +1.21
When using vectors does pop_back remove values along with elements? +0.40
How to detect Enter in C++? 0.00
How to print 2D array as a vector? -0.10
Is this well-defined by the C99 standard? +2.22
C malloc (Segmentation fault: 11) -0.98
segmentation fault in printing inet_ntoa function +0.40
C++: Implementing move assignment operator on two dimensional array -2.34
increment of void* type-casted as char* fails 0.00
Is value of x*f(x) unspecified if f modifies x? -0.37
Will replacing 'extern const' with 'static const' a... -0.02
Segmentation fault 11 when trying to sort array by passing it to a... +0.24
Why is there no error for a multiple definition of variable in the... +0.38