Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in undefined-behavior
C++ compilation bug?
Aug 19, 2022
c++
gcc
undefined-behavior
Is masking before unsigned left shift in C/C++ too paranoid?
Oct 12, 2022
c++
c
language-lawyer
undefined-behavior
integer-arithmetic
why does long long 2147483647 + 1 = -2147483648? [duplicate]
Aug 25, 2022
c++
c
undefined-behavior
integer-overflow
twos-complement
Is a^a or a-a undefined behaviour if a is not initialized?
Aug 25, 2022
c
undefined-behavior
Why doesn't 'd /= d' throw a division by zero exception when d == 0?
Aug 17, 2022
c++
compiler-optimization
undefined-behavior
division
divide-by-zero
Program behaving strangely on online IDEs
Oct 19, 2022
c++
undefined-behavior
integer-overflow
Is it legal for source code containing undefined behavior to crash the compiler?
Aug 17, 2022
c++
language-lawyer
undefined-behavior
Undefined behavior and sequence points reloaded
Aug 02, 2022
c++
undefined-behavior
c++-faq
sequence-points
Is signed integer overflow still undefined behavior in C++?
Aug 17, 2022
c++
c++11
undefined-behavior
integer-overflow
At what point in the loop does integer overflow become undefined behavior?
Aug 17, 2022
c++
c
undefined-behavior
integer-overflow
Why does printf("%f",0); give undefined behavior?
Aug 17, 2022
c++
c
printf
implicit-conversion
undefined-behavior
Detecting signed overflow in C/C++
Nov 01, 2022
c++
c
undefined-behavior
signed
integer-overflow
Can branches with undefined behavior be assumed unreachable and optimized as dead code?
Feb 25, 2022
c++
language-lawyer
undefined-behavior
dead-code
unreachable-code
(Why) is using an uninitialized variable undefined behavior?
Aug 17, 2022
c
undefined-behavior
initialization
Printing null pointers with %p is undefined behavior?
Aug 17, 2022
c
language-lawyer
c99
undefined-behavior
c11
Is using malloc for int undefined behavior until C++20
Nov 05, 2022
c++
malloc
undefined-behavior
c++20
Does "Undefined Behavior" really permit *anything* to happen? [duplicate]
Aug 16, 2022
c++
c
language-lawyer
undefined-behavior
Is passing a C++ object into its own constructor legal?
Aug 16, 2022
c++
class
constructor
language-lawyer
undefined-behavior
Is the "struct hack" technically undefined behavior?
Aug 16, 2022
c
undefined-behavior
c89
How did I get a value larger than 8 bits in size from an 8-bit integer?
Dec 14, 2021
c++
gcc
undefined-behavior
« Newer Entries
Older Entries »