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 ... 41 42 43 44 45 ... 70
Title Δ
C++ Class Constructor With Array Member Variable 0.00
Pointer of int type moves 1 address in memory after incrementing it -0.08
Default of malloc'd bool value within struct in C? 0.00
Finding pointer to argv[0] so I can change it +0.46
How do COM Interface pointers relate to the implementing class? +2.07
Is there a good way to implement a template interface in C++? -1.09
C++ what is the meaning of getting pointer to pointer to address -0.08
How do (traditional, prior c++11 lvalue-) references work in C++ +1.87
How to initialize a variable which is a pointer to array of pointer... +2.34
C++ calls destructor immediately, even when rule of three is followed -0.54
Can Aliasing Problems be Avoided with const Variables +1.01
How do I printf() a uint16_t? +1.84
Not sure how this output is reached in C 0.00
C++ Reference passing +0.44
Implement BST in c: segmentation fault 0.00
struct assignment: segment fault 11 0.00
Defining NULL for an array of pointers in C++ +2.56
error convert character in string to uppercase 0.00
using restrict qualifier with C99 variable length arrays (VLAs) -1.01
Reading Array at Memory Address 0.00
Why you cannot return fixed size / const array in C? +1.94
Allocate Pointer and pointee at once +1.72
How to calculate the length of output that sprintf will generate? +0.63
Two printfs print the same string differently +0.44
Why does g++ not throw out of range for variable length arrays 0.00
convert integer to 32-bit binary in c +1.16
Understanding pointers, dereference etc 0.00
How can I pass a member function pointer into a function that takes... +1.42
How to a mark a function as invalidating its argument -0.05
visual c++ error C3867 0.00
Is it okay to compare a pointer and an integer in C? +0.99
(Solved) Random numbers in C aren't random +0.38
Why is the result always /254? 0.00
error valgrind, but no memory leak 0.00
Array of Struct failing at the last index 0.00
Getting the size of a struct value -0.80
How do you know whether main has exited? -0.70
Why Does fmod Produce Different Results? 0.00
Various length structure in C for memory manager? +1.54
Comparing null-terminated string with a non null-terminated string... -1.23
Checkers Game ... check_move function? -0.01
What does char(*)[int] mean in C++? +0.39
skipped trouble with getchar and scanf +1.88
How to create an array of strings given an array of pointers? 0.00
How to initialise const member variable of superclass in constructo... -0.54
why pointing an int(or any) pointer to a struct doesn't give er... +0.15
Class type Segmentation Fault 0.00
How to cast a variable member to pass it as reference argument of a... 0.00
Illegal to use fflush() in stdin? What to do instead? +0.12
Why do I get a segmentation fault when calling getc? 0.00