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 2 3 ... 70
Title Δ
why (var) is considered as lvalue? -0.08
localtime() crashes when pass value >0x7FFFFFFF -2.30
Possible to write various-typed value to a memory address with a si... +0.84
C++ #defines in local .h versus .h of contained objects 0.00
What does the "size" argument in fread() refer to? -1.59
How to forward declare a typedef structure in C which has no tag 0.00
Predeclaration of C stdint types -0.15
How to check if a byte from a byte array contains 0 using C? -0.14
Why is declaring a std::ifstream called cin not a compilation error? 0.00
Initializing a struct pointer with char array +1.24
Why "if (unsigned int == string::npos )" CAN be true? -1.60
Generated Assembly For Pointer Arithmetic -2.14
Why are variables of type size_t casted to (unsigned) in a printf c... +0.71
Directly accessing a union within a struct 0.00
Clang outputting garbage labels when given target x86_64-windows 0.00
C++ - How am I able to call a copy constructor for std::thread? 0.00
C Conflicting Data Types in int function between char[] and int +0.35
I cannot return pointer to local variable, but I can return pointer... 0.00
Same address, different values in c via void pointer type casting +0.15
Rules of main() function when running at non-startup are the same a... -0.32
Array of arrays initialized as const float* instead of const float ** 0.00
An issue about pointer type that is expected as the type of an oper... +1.27
Move, Copy assignment, Copy constructor seems to work without defin... 0.00
Could someone explain why my last else statement will not run? +1.58
What are identifiers in C exactly? 0.00
In C, what is the compatible incomplete pointer type of 3-dimension... -1.10
Is "operator" part of the C++ standard library? +1.68
Does a lvalue have a type? 0.00
Array has incomplete element type. What does this mean? -1.66
What integer type does bitwise shift use as shift size? +0.36
Creating a new class object and move semantics 0.00
LPCWSTR ERROR C++ argument of type is incompatible with parameter o... -1.36
why no need to add `extern` for external functions? +1.26
Is an external linkage inline function really inline? +0.34
c++ confused with matching the types -0.14
initializing a 2 dimensional array of struct to zero (set the image... -0.60
Is a function pointer really a pointer? Or it's an object? +1.26
does using malloc( ) inside a function free the allocated memory af... +0.76
Many internal std library compile errors when trying to compile on... 0.00
Is there a contradiction about the definition of full-expression 0.00
How to explain the following code's output? (related to typecas... 0.00
C++ anonymous structs? 0.00
Why still compile successfully and got a.out after warning: implici... +1.21
Stringize operator on argument with spaces +0.17
Do all null pointers point to the same block of memory? -1.63
What is the evaluation order of the expression &x->y->z? +1.11
Irregular behavior in C physics program 0.00
Forcing compiler to make arithmetic calculations during preprocess +1.09
Assign std::vector<std::byte> to std::vector<char> WITH... -0.42
Why can't I access elements of a 2D array if I have declared it... +0.36