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 ... 48 49 50 51 52 ... 70
Title Δ
Dropping the last comma in a macro -1.52
Should T() initialize member variables to zero? -0.91
Difference between u8, uint8_t, __u8 and __be8 +2.36
2 overloaded operator>> methods gets called +0.71
Allocating an 2D array in C in heap instead of stack -1.57
Pointer Arithmetic on structs -0.33
Reading integer into int and string into string with standard input... +0.45
Why can't we initialize a reference to const int with an rvalue... 0.00
c++ primer chapter 3 iterator conversion error 0.00
C struct pointer +0.74
Can't figure out why this isn't working -1.17
Behaviour of char pointers in C -0.59
Why does this not tell me how long the vector of strings is? -0.17
Does delete[] really work in C++? +2.14
Unexpected behavior of reference to const temporary object 0.00
First item in an array is getting... replaced? 0.00
Safely cast void* to int +1.60
how to verify assignment is done without error in string 0.00
Hi , i am new to c++. i want to know what is this means? 0.00
segmentation fault when using memcpy -1.41
Union initialization -1.85
If you pass args from a variadic function to another function with... -1.99
C++ preprocessor +1.37
error: Innitializer-string for array of chars is too long c++ 0.00
C++ Compile errors +0.56
Why does p not show the same address as a? +0.63
Is (float)(1.2345f * 6.7809) more accurate than 1.2345f * 6.7809f? -0.78
Is there a generic conversion specifier for printf? +0.96
Store varied structure in a char*? +0.45
Scanf continuous input in C -0.06
Preprocessor test for equality always evaluates true 0.00
What is ++argv? & confusing compiler error -0.54
Print the input without using char array -1.61
Copy and move constructors overload resolution 0.00
Why does my character function crash? 0.00
Understanding Complicated Array Declarations -2.21
Alias address of struct array as int -0.04
Simple program to tell if number is even or odd, negatives all show... -0.05
memory deallocation with delete [] for 2d array with one dimension... 0.00
Why is sprintf working in one example and not the next? 0.00
Assign values to C int pointer -0.54
How to convert unsigned to signed char (and back) while preserving... 0.00
Null pointer assignment error +0.18
Printing x bytes from a text file per line until EOF +1.05
Max value of datatypes in C -2.07
out of range error when trying to read from a file? 0.00
Why does C give this error ‘size’ undeclared (first use in this fun... 0.00
Difference between {0} and calloc? -0.94
Why do I get output "5"? 0.00
How can I initialize an array of an object if the contructor is ini... +0.46