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 ... 29 30 31 32 33 ... 70
Title Δ
Positive integers that multiply to a negative value -0.98
What's the rules that C converts address to int? -1.33
Why int& r = 0 is illegal while const int& r = 0 is legal? +1.43
Compiles as C++ but not C (error: lvalue required as unary '&am... 0.00
To what extent is it acceptable to think of C++ pointers as memory... -1.51
Initialization after deletion of constructor +0.38
Friend function cannot access private member +0.39
Why do clang and gcc handle braced-initialization of structs with i... 0.00
Overload resolution and user defined conversion +1.67
Compiler error: failed to bind overloaded function with two arguments -1.90
Using C to reinterpret an array of u64, to 3D of u16 without changi... 0.00
Why does an allocated 2-dimensional int array have a different sequ... +0.39
generic swap function in c++ and arrays -1.60
Access consecutive entries of array in C +0.39
How to turn a signed integer value to unsigned, according to its bi... -1.02
does printf dont take integer constant as arguement? -0.52
c++ : Universal getter for class +0.86
C function call produces different result than C++ function call +1.15
error: initializer element is not a compile-time constant -1.87
How to compile code where field has exactly the same name as a type? +0.97
Can initialization `int * p = malloc(1000);` also be dealt in RAII... -0.43
segmentation fault because of comparison function -0.62
Windows 10 (32-bit): MinGW-w64 doesnt work 0.00
Zero-reinitializing a struct in C++ -1.50
Having some issues attempting to define a variable in a separate cl... 0.00
Are different translation units allowed to define structures with t... +1.66
When to prefer explicit capture in lambda over implicit captures? 0.00
iterators by rvalue reference (&&) in C++ 0.00
C++ wstring - Error reading characters of strings | Happens after t... -0.60
Infinite loop due to wrong condition in C +0.39
Passing a struct to a function -0.12
C++ int64 * double == off by one -0.55
Why does each single character of the string not equal to the chara... +1.78
Reading a char array from stdin +0.42
Why am I getting a segfault trying to add element to vector<vect... 0.00
Getting warning "deprecated conversion from string constant to... 0.00
How do I access list of structs with an integer argument (c++)? -0.96
what to pass in for the recursive function to turn an 2-D array &qu... +1.17
Ambiguous template binary operators? -1.47
Whether this specific example is undefined behavior for restrict ke... +0.38
Substring is out of range +0.39
Using pointers with functions to "return" multidimensiona... -1.26
Standard byte sizes for variables in C? 0.00
Can I alias a member of the base class in derived class without inc... -0.89
Gaussian elimination does not eliminate correct terms 0.00
Is behavioral change due to optimizations with "implementation... 0.00
Is this kind of declaration possible in C++. This code is compiled... 0.00
Access variable outside try-catch block -2.46
Overloading ++ operator 0.00
Can only print a char, and not a string +0.37