What are all the common undefined behaviours that a C++ programmer should know about?
Say, like:
a[i] = i++;
NULL
pointermemcpy
to copy overlapping buffers.int64_t i = 1; i <<= 72
is undefined)int i; i++; cout << i;
)volatile
or sig_atomic_t
at the receipt of a signallong int
#if
expression