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 ... 14 15 16 17 18 ... 70
Title Δ
How "virtual" impact on destructor in C++? +1.31
C++ moving into a container 0.00
How to prove -> is not used to deference when int* pMember = &am... +0.41
C++: How to catch exceptions thrown from constructors? -1.45
How to Parse ISO 8583 message +0.32
strncpy(d, s, 0) with one-past pointer +0.05
CS50 pset4 Segmentation Error recover.c >> What am I doing wr... 0.00
Strategies for type punning and strict aliasing -2.03
When std::vector reallocate its memory array, is copy constructor o... 0.00
Clang vs GCC: Single-colon in Enum usage 0.00
Printing zero but not exiting loop based on that condition 0.00
Pass enum class as a parameter of constructor 0.00
Finding whether a signed and an unsigned integer are both even or b... +0.13
Am I right that &str[0] points to the buffer which is len + 1 s... -0.41
Is delete allowed to modify its parameter? +1.37
How to convert a pointer of type void(*)() to void* -1.55
#define and expected primary-expression error 0.00
Is it okay for int** and const int** to alias? +0.27
C pointer to last element of array -1.84
`char * const` field considered "incompatible with C" by... +1.84
Is `while(*p++ = *(p+1));` undefined behavior? +0.95
Is constructing objects in a char array well-formed -0.62
Why does clang say _Imaginary_I is not declared? 0.00
should this example not alter the memory address rather than the va... -1.00
Can you use a fixed size type and pointers together in the same uni... +1.33
How to use multiple data types within the same ADT in C? -0.50
Initialize variables inside a switch statement 0.00
QMutexLocker, QMutex C2530 references must be initialized 0.00
Why does this code say that C::f overrides A::f but not B::f? -0.54
Pass array to function without so it would not change original arra... -0.04
Why does qsort() not have a return value? -1.20
Initialize pointer to const pointer +1.20
Overloaded Extraction Operator Cannot Access Member Variables 0.00
Multiple definition errors for std::function objects when included... 0.00
How does compiler understand the declaration of pointers and arrays 0.00
Strict aliasing rule and strlen implementation of glibc +1.15
Overload resolution for multiply inherited operator() -1.25
Expose access and assignment operator from private vector 0.00
What exactly is stdin? +0.83
How to get SIZE_MAX in C89 +1.92
Undefined symbols for architecture x86_64 linking constexpr std::ar... 0.00
Zero initialising class member which is a struct in C++11 +2.20
Confusion with move constructors: unable to call move constructor -1.43
Self-assignment of variable in its definition -0.45
-Wcast-qual: cast discards ‘__attribute__((const))’ qualifier from... 0.00
Issue with std::stol - 'std::invalid_argument' what(): stol +0.34
Method call acting unexpectedly like an l-value -0.06
How to search a char in a char array in if condition statement +1.21
C++ Possible to make a destructor NOT call the destructor of class... -2.38
How to declare a pointer to pointer to constant in C++? +1.69