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
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
When does invoking a member function on a null instance result in undefined behavior?
Nov 12, 2021
c++
undefined-behavior
language-lawyer
standards-compliance
null-pointer
Why does integer overflow on x86 with GCC cause an infinite loop?
Aug 15, 2022
c++
c
gcc
x86
undefined-behavior
Accessing inactive union member and undefined behavior?
Dec 14, 2021
c++
undefined-behavior
language-lawyer
unions
Why does the enhanced GCC 6 optimizer break practical C++ code?
Dec 14, 2021
c++
gcc
compiler-optimization
undefined-behavior
Optimizing away a "while(1);" in C++0x
Aug 15, 2022
c++
loops
c++11
language-lawyer
undefined-behavior
In practice, why would different compilers compute different values of int x = ++i + ++i;?
Sep 26, 2022
c++
undefined-behavior
Why does this loop produce "warning: iteration 3u invokes undefined behavior" and output more than 4 lines?
Dec 14, 2021
c++
gcc
undefined-behavior
« Newer Entries
Older Entries »