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 ... 11 12 13 14 15 ... 70
Title Δ
Why for accessing elements of char array byte transffer is used -1.65
Getchar saving only 1 character in c 0.00
Modifying a struct's pointer to an array to change the result o... -2.33
structured bindings, reference ? Is it possible to remove them 0.00
Is this possible to use three semicolons inside of for loop conditi... +1.17
C++ error C 2664 Cannot convert parameter from "IID *" to... 0.00
Why is defining a object by decltype(lamda) not allowed and how cou... -0.35
Create static library with no (OpenSSL) dependencies 0.00
Converting a c style cast to a proper c++ cast +1.78
At what point does the lifetime of a trivial type created by placem... 0.00
Why doesn't moving an object leave it null? -0.89
Creating an IWebBrowser2 control +0.96
Using va_list as an array in C -0.30
clang not detecting switch fallthroughs 0.00
Will the alignment of variables in a C union be the same on all sys... -0.58
COM+ Release Method Not Dropping to 0 +0.60
Difference between parsing of `void()` and `int()` +1.49
Floating point precision not matching for the value what was actual... -0.86
Compiling files with own header in C +0.02
Creating a new Commit from changes made in a previous commit +0.41
Is it impossible to return a reference to a const pointer to const... +1.93
c++ double cast void pointer -1.68
Stack pointer comparison anomaly when optimization enabled +1.89
In C++, what's the difference between a "C" function... +2.38
c++ pointer assignment operator overload(not just object assignment... -0.69
Copy constructor called on *this 0.00
Is a redeclaration of an untagged structure a compatible type? +1.30
Output of variable address in printf +1.22
Casting char to uint sets all MSB +0.36
How do I sign extend and then find the value of the unsigned binary... -0.51
Make argument a reference and not a pointer, if null is not a valid... +0.36
Strange behavior for overloaded I/O operator in class 0.00
Multiple lvalue equivalent definitions -1.07
Compiling .h with .cpp using g++ on the same directory, error 0.00
Adding a default constructor to a base class changes sizeof() a der... 0.00
Pointer addition and integer overflow with Clang 5.0 and UBsan? +0.78
My teacher is not type-casting the same way as everyone else. Does... +0.26
Where do local variables exist? 0.00
Why are C booleans called _Bool? +1.90
How to pass std::string to const unsigned char ** in C++ 0.00
Why dereferencing a string iterator yields a const char reference? 0.00
How do I format the values of an array of `unsigned char` in hexade... +1.33
cout variable and function that change variable by reference -0.45
Does reinterpret_casting std::aligned_storage* to T* without std::l... -0.62
C++ - How does the compiler decide between overloaded functions wit... +0.35
Concatenate character to __VA_ARGS__ in a macro redefining printf +0.36
Compatibility between structs with differently const-qualified poin... +1.31
Why does i += a[i]++ assign i before incrementing a[i] with Visual... 0.00
How to define vector and list with templated class inside of other... 0.00
How do declare an array in C++ as a parameter? -0.14