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 ... 6 7 8 9 10 ... 65
Title Δ
Is INT_MAX + (-1) an undefined behavior? -1.01
When does GPIO peripheral get its members addresses assigned? 0.00
Lifetime of a compound literal -0.82
Why is garbage collector allowed to collect seemingly referenced ob... +1.62
Undefined behaviour in RE2 which stated to be well defined 0.00
How to write inline Assembly with Turbo C 2.01? -1.17
function parameter type compatibility +1.39
Does undefined behaviour have to be defined to be undefined? +1.10
Is using a structure without all members assigned undefined? -0.80
Is it safe to detect endianess with union? -0.73
+= operator for uint16_t promotes the assigned value to int and won... -0.54
Why GCC doesn't generate any warnings about newline at end of f... -0.00
How can this structure have sizeof == 0? +2.91
C# Diamond-Inheritance (Interface Implementation) +0.92
What do the different classifications of undefined behavior mean? +0.74
In a structure, is it legal to use one array field to access anothe... -0.91
Does the order of cases in a switch statement affect performance? +0.42
Why shifting a negative value with literal is giving [-Wshift-negat... 0.00
Is it legal to optimize away stores/construction of volatile stack... +1.53
Strictly speaking, does the C standard require that free must be ca... +1.76
Understanding the maximum values that can be stored in floats in C +1.14
How can I read a signed integer from a buffer of uint8_t without in... 0.00
Is accessing members through offsetof well defined? -0.94
C11 mixing atomic and non-atomic access to variable -0.90
Does dereferencing a char* inhibit strict aliasing optimizations? -0.93
What is the significance of special language in standard for lvalue... 0.00
Is there any environment where "int" would cause struct p... +0.36
In C language, is it semantically possible to create an lvalue with... +1.15
Are there reasons to avoid bit-field structure members? -1.20
Can an equality comparison of unrelated pointers evaluate to true? -0.71
2's complement minimum bits of a given number +0.71
Consequences of uninitialised variables: int vs unsigned char -0.22
Function for unaligned memory access on ARM -1.13
Does copying data byte wise between types break strict aliasing? -0.78
Is there a rule to spot out UB? -1.06
Printing null pointers with %p is undefined behavior? -0.02
Null pointer detection in tcc -0.30
C++ strict aliasing: Isn't this MSFT example UB? 0.00
Flexible array members can lead to undefined behavior? -0.45
Does `printf("%.-1s\n", "foo")` invoke undefine... -0.80
Strict aliasing rule and strlen implementation of glibc +1.55
Why didn't GCC optimize this 'printf' to 'puts'? +1.28
RAII vs. Garbage Collector -0.46
Use typecast or use trailing data type identifier. (uint16_t)10 or... +2.56
Why is returning a non-initialized value considered undefined behav... +0.35
Can I "over-extend" an array by allocating more space to... -0.54
Is the `if` statement redundant before modulo and before assign ope... +0.09
Is it useless to use the `register` keyword with modern compilers,... -0.70
What was with the historical typedef soup for integers in C programs? -0.75
2 pointers, 0 bytes difference but not equal -0.72