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 ... 27 28 29 30 31 ... 70
Title Δ
Continue n iterations -0.90
"Cannot overload functions by return type alone" error 0.00
What are the functions from the C++ standard library that must/shou... +1.45
Does ungetc() not write to a file, but only move file position? 0.00
Is there a TestAndSet(volatile int *lock) function in a common C li... +0.21
Why struct assignment works with arrays in structs +1.81
Undefined computer behavior after running a C program -2.07
Create a map of objects without destroingthe objects +0.42
Differences between standard C and modern compilers +1.77
Error in Returning a Class Object in C++ +0.38
Passing different parameters to an overloaded operator function -2.44
C: Understanding multidimensional arrays 0.00
Memory allocated for char (* arr)[X]; 0.00
C block scoping -1.04
CLion freeze when compiles 0.00
Initialization vs Assignment in C +1.12
The function of employee a new guy; error: A nonstatic member refer... 0.00
Why for loop get execute infinte time? +0.15
What is the difference between read+write and read+write+truncate? +1.88
What happens when I assign a number larger than INT_MAX to an int? +1.27
Is there a standardized maximum variable binary width that an if st... +0.39
C++ object destroy +1.43
Extremely weird error involving polymorphism? 0.00
C standard compliant way to access null pointer address? -0.66
Passing Array Into Function - Pointer vs Reference (C++ vs C) -0.19
Matrix multiplication in C returns unexpected results -0.46
Pointer arithmetic is working but pointer de-referencing is not wor... +1.42
what is the purpose of using keyword volatile to prevent optimizati... 0.00
Compiler flag "-Wshadow" doesn't work in CodeBloks 0.00
const char const *char[] compiler warning +2.06
Why does strlen() not give the right length for these command line... -0.12
In C: comparing arrays with both string and integer elements +0.97
C++ flow of execution +1.55
Why can't I assign this pointer? -0.80
When using static cast, does it make more sense to cast as class ty... 0.00
g++ error: ‘placeholders’ is not a namespace-name using namespace s... 0.00
Program only works if dummy char array is declared [C] -0.26
Copying "constness" of an argument of a function to its r... 0.00
C++ Structures: reference to overloaded function could not be resol... +0.41
Problems with passing a stream as a parameter 0.00
Why is overloading on just one ref-qualifier not allowed? +1.82
My console is giving me an error? 0.00
I don't understand this (size_t)_length return statment +0.39
Pass a token with "::" as argument to C/C++ macro -0.60
how to return a pointer to a two dimensional array with variable si... +0.40
Aligning columns in C output 0.00
What is the difference between i-=1 and --i? +1.48
Why this two rvalue references examples have different behavior? -1.05
cin assigns beginning of string to int, only fails in second call -1.96
When scanf input is a character but conversion specifier and variab... -1.48