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 ... 65
Title Δ
C unions and undefined behaviour +0.61
For a Linked List containing pointers to structs, is there any rela... +1.93
Pointer aliasing between struct and first member of struct -0.82
Is there a way to find the pre order traversal of a strictly binary... -0.39
Comparing 2 pointers to a struct with a flexible array member 0.00
Preventing Compiler from optimizing code without the use of volatile -1.43
Determining return address of function on ARM Cortex-M series +1.06
unsigned integer wraparound handling in C 0.00
Are std::atomic loads and stores both required? -0.46
Is it legal to allocate only part of a struct? 0.00
Need Clarity on the Implementation Part of the Diamond Problem +1.15
Why does printing a return carriage significantly reduce the rate a... +2.90
va_arg glitches for char +3.01
Copying structs with uninitialized members -0.36
c - Actions that should be undefined are seemingly acting very &quo... +1.43
What counts as a comparison in algorithm analysis? -0.10
MSVC C/C++ compiler undefined behavior warning -0.71
How do I make an infinite empty loop that won't be optimized aw... -0.35
GCC: Should undefined behavior of overflows preserve logical consis... -0.56
Is it undefined behavior to cast from a struct with a flexible arra... -0.56
Is a potential data race a data race? -0.85
Is it UB to cast a pointer to a void pointer and write to it? -0.60
Method to pass double to void * argument -1.00
How to sprintf to write a string without warnings about restrictions? +1.21
Is the explanation of relaxed ordering erroneous in cppreference? +0.58
Why is this usage of setjmp/longjmp undefined behavior? -1.17
Is opening the SAME file in two different fstreams Undefined Behavi... +0.16
How does pointer comparison work in C? Is it ok to compare pointers... -0.07
Restriction on child pointer of a restricted pointer? 0.00
Why does CLR use a two-pass exception model? 0.00
Why is it mandatory to explicitly typecast malloc and calloc in C++? -0.83
Strict aliasing and casting union pointers +0.69
C - Structure and user variables share same memory - possible? +1.18
Using builtin overflow functions with uint64_t types +0.01
How to get float value from uint32_t? -0.07
Signed overflow in C++ and undefined behaviour (UB) -0.27
Why is an "alignment exception" thrown when accessing an... 0.00
Why does iterating a Dictionary's values return in the same ord... -0.51
volatile vs final fields performance +0.96
Purpose of declaring an struct variable inside union -0.10
Can I omit If() statements if they are only used to check a conditi... -0.31
How do you display a negative number in 68000 assembly? 0.00
Why was post-increment and post-decrement not made a language defin... +2.62
Is Dereferencing a Constant Undefined Behavior +1.21
Why is this claimed dereferencing type-punned pointer warning compi... -0.32
If the array has an even number of elements which value becomes the... 0.00
Which languages have "documented undefined behavior"? 0.00
Using uninitialized variable without invoking undefined behavior -0.58
Is type punning via union pointer legal in C? 0.00
Understanding volatile keyword in c++ 0.00