StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 2 3 4 5 6 7 ... 65
Title Δ
How to allocate an array of structs with flexible array members com... -0.57
Do I have to consider preprocessor directives in a control flow gra... +0.19
Why struct and class definitions can repeat over multiple translati... -0.84
Is accessing specific array indexes on a struct using an union unde... -0.99
Referencing a yet-to-be-mentioned function parameter using the new-... -0.62
Aliasing through unions -0.90
Inconsistent strict aliasing rules -0.96
Is a conformant C11 implementation allowed to compile every functio... 0.00
How to encourage undefined behavior / out-of-order execution in C p... +0.75
Is it possible to allocate structs on the stack with its definition... -0.09
Is an mmap-ed region a "single object" and can I compare... +1.37
Can a pointer to a member of a struct be used to access another mem... +0.02
Is it safe to assert(sizeof(A) == sizeof(B)) when A and B are "... +1.55
Multiple structures in a single malloc invoking undefined behaviour? +0.32
Type punning between integer and array using `union`? -0.91
C - Pupulate (get) data with a function. Best via reference or copy... +2.98
What is a valid pointer in gcc linux x86-64 C++? -0.06
Is `memcpy((void *)dest, src, n)` with a `volatile` array safe? -0.92
In .NET, can you set the GC generation of an object, or otherwise i... -0.92
How is "signed or unsigned type" meant in this C90 undefi... -0.79
When is a pointer expression "based on" another pointer? +1.79
Why does C# not read human-like emojis? 0.00
Static initialization of a flexible array member +1.05
Unions, aliasing and type-punning in practice: what works and what... -0.05
Uninitialized int variable in C - why is this working? -0.89
Printing the actual negative number stored inside unsigned int -0.73
Interfaces in C -0.97
Can a type which is a union member alias that union? +1.02
Does the Java compiler optimize an unnecessary ternary operator? +0.44
Effective types of allocated objects and structs -0.79
Pointer arithmetics with two different buffers -0.52
Why use an the address of a variable to multiply another variable? +0.31
When casting a const to a non-const pointer in C++ 2017 and modifyi... -0.04
What is the point of casting long to integer? -0.88
How do I avoid breaking the Liskov substitution principle with a cl... -0.83
Why is this class mutable? -0.90
Using !(x-a) instead of x==a in C +1.79
What is the rationale behind the strict aliasing rule? -1.09
Is there a way to dump all native memory? 0.00
Is it undefined behavior to initialize data before placement new? -0.94
Can unsafe type punning be fixed by marking a variable volatile? +3.15
C free memory on stack -0.98
Does the confliction between declaration and definition cause undef... -0.55
C - moving back the pointer in the file using lseek +3.10
Are compilers allowed to optimize-out realloc? +1.35
Is accessing registers through predefined static addresses undefine... -0.84
When an array is subject to Garbage Collection? -1.07
Can we access a member of a non-existing union? +1.62
Errorchecked heap with malloc() function 0.00
Why is Array Covariance not safe? -0.15