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 ... 22 23 24 25 26 ... 70
Title Δ
std::cout deal with uint8_t as a character -1.26
Dynamic memory allocation for two dimensional array in c++ 0.00
C - Calloc instead of Malloc to save lines? -0.63
How to detect if printf will support %a? +1.48
C array pointer segmentation fault -1.23
What is the type of command-line argument `argv` in C? +0.15
Is there a 64 bit version of CharLowerBuff? +1.41
Questions About Vectors and Deleting Memory Associated With Them -0.59
How to convert an integer array into an ip address in c++? +0.70
How does std forward taking rvalue argument binds to the lvaue para... 0.00
What does 'designate an object' mean in C? 0.00
Can we say that a pointer value designates an object? 0.00
Unexplained discrepancies when copying and modifying std::strings 0.00
How to understand string variables? Are they strings and pointers s... +1.27
What constructor is called in this case? +0.38
Is it legal to alias a char array through a pointer to int? +1.23
Strange behaviours of pointer to constant in C -0.66
Difference between char** and char[][] 0.00
Is the value of primitive types in std::map initialized? -0.64
Get random bit off the end of a float +1.53
code order with variable length array -0.10
Assign const 1D array from const 2D array row inside a header file... -1.90
Different performance for default initialized and value initialized... +2.95
Using "extern C" on non function call related declarations +0.87
Is move a keyword in c++? 0.00
Reference to array of struct +0.73
Why using 0 as default non type template parameter for void* is not... -1.34
How do you free a 2D malloc'd array in C? +0.37
What are the rules of field-by-field constructor generation? -2.03
If x is a reference to unique_ptr, then *x is "reference to el... +0.37
Why does uniform initialization in C++11 behave weirdly with virtua... 0.00
Is resolving char between signed and unsigned int unspecified? +1.33
Typecasting character pointer to an integer pointer +1.36
Pointer to char, different terminologies -1.13
How to expose a reference variable in a header? +0.40
g++ link error: 'undefined reference to 'main' +0.41
C - reassigning pointer which is attribute of struct: dereferencing... +0.17
a is a double, printf("%d", a); works differently in IA32... +1.79
C function not working properly -1.27
How to evaluate comma in a #define 0.00
Cryptarithmetic puzzle 0.00
How do I stop my array from printing address? -0.68
Does this violate strict aliasing or pointer alignment rules? 0.00
How to declare function return type `int (*)[3]`? -0.24
In C, how do I make sure that a memory load is performed only once? -1.40
How to convert memcpy to memcpy_s? 0.00
Assigning a float to a string reference works—why? 0.00
Why is GCC doing this - is it standard - initializing array member... 0.00
Why compiling with C++11 is successful despite using C++14 feature? -2.11
Is a type cast necessary while converting between signed int and un... +1.55