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 ... 12 13 14 15 16 ... 70
Title Δ
C - declare and init array inside struct +0.16
Memory in a char[] +1.12
MISRA C-2012 Rule 11.3 violation while trying to do a typecast from... -1.30
gcc warns about unused static functions, but not static inline: is... 0.00
Threading in C++ : cannot convert argument 1 from 'const std::o... -2.17
Clarification regarding auto to constant reference +1.04
Portable tagged pointers -0.01
Why can arrays be assigned directly? +2.35
sscanf("0X80.9", "%f", &value) sets value t... -1.69
c++: Can you initialize data in a child class using the parents con... -0.39
Is using a structure without all members assigned undefined? +0.28
Why GCC doesn't generate any warnings about newline at end of f... +0.84
Type qualifier appear in multiple item declaration (exhibiting stra... -1.23
what's *p when p is declared as int (*)[size] and assigned to a... +1.07
How does a structure as another structures member work logically? -0.49
C++ class members pointers vs simple values memory management +0.38
Is it I/O manipulators that provide the functionality of << a... -2.06
Why do I need reinterpret_cast from `long &` to `int &` whe... 0.00
In C++, is it possible to reference data-structure portions like st... 0.00
Is this empty loop executing infinitely? -2.19
Does C correctly handle sizeof(...) and sizeof ... in this case? +1.46
Static structure initialization with a pointer to array of pointers... 0.00
How/why is narrowing taking place in this code when float is conver... +1.62
How to understand "dynamic type: 〈prvalue〉 static type of the... -1.24
strcpy()/strncpy() crashes on structure member with extra space whe... +0.33
How to cast double to float pointer? +0.08
Why does a member function pointer have a type based on the class w... -2.02
Passing "typedef char IPString[17]" as argument to a func... 0.00
Change behavior based on template enum parameter +1.20
What is the behavior of initializing a struct with `StructType stru... 0.00
Why does storing a %x value to a variable do funky things when lead... -0.65
Strange error for passing a character value within a character func... +0.36
How are complex numbers(and the imaginary number i) represented in... +0.33
Designing 2 classes having references to each other using smart poi... +0.36
conflicting declaration of constexpr static struct class member +0.37
I continually get a "Bus Error" while this is code is bei... -0.64
Declaring length of an array with a strlen function +0.57
Standard macro to calculate the number of elements in an array -0.49
What does a deleted pointer point to? -0.32
Why do EXTERN_C macros leave out `extern` on their C form? -0.70
Sorting out C++ inheritance access protection puzzle 0.00
Why is sizeof(T) different inside my container allocator than in th... -1.56
Using initalizer lists with structs that inherit from empty base cl... 0.00
Can a temporary array of pointer be passed to a function in C? 0.00
Is using the result of new char[] or malloc to casted float * is UB... +1.49
Recasting a container of void pointers -2.02
pointer conversions char* to int* without copying 0.00
What should i do to access variable 'a'? +0.36
How to create string with predefined value and allocated space? -2.64
C++: what is special about punning character arrays according to th... 0.00