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
Is while(1); undefined behavior in C?
Sep 03, 2022
c
infinite-loop
undefined-behavior
Why is out-of-bounds pointer arithmetic undefined behaviour?
Sep 03, 2022
c++
undefined-behavior
Copying structs with uninitialized members
Sep 19, 2022
c++
initialization
copy-constructor
undefined-behavior
"is not required" == undefined behavior?
Sep 03, 2022
c++
pointers
language-lawyer
undefined-behavior
comparison-operators
C standard compliant way to access null pointer address?
Sep 02, 2022
c
language-lawyer
undefined-behavior
null-pointer
Weird behaviour with class fields when adding to a std::vector
Sep 02, 2022
c++
vector
stdvector
undefined-behavior
push-back
In which versions of the C++ standard does "(i+=10)+=10" have undefined behaviour?
Sep 02, 2022
c++
c++11
undefined-behavior
language-lawyer
c++03
What's the reason for letting the semantics of a=a++ be undefined?
Sep 02, 2022
c
undefined-behavior
language-lawyer
Arithmetic right shift gives bogus result?
Sep 02, 2022
c++
gcc
undefined-behavior
bit-shift
Why doesn't vector::clear remove elements from a vector?
Sep 02, 2022
c++
stdvector
undefined-behavior
Why isn't arr[-2] equivalent to -2[arr]?
Jan 30, 2022
c++
arrays
undefined-behavior
Difference in the end of lifetime rules?
Sep 02, 2022
c++
language-lawyer
undefined-behavior
Do I need to cast to unsigned char before calling toupper(), tolower(), et al.?
Sep 07, 2022
c++
language-lawyer
undefined-behavior
toupper
tolower
How to implement memmove in standard C without an intermediate copy?
Sep 01, 2022
c
c99
undefined-behavior
unspecified-behavior
Are functions calls in a constructor's initializer-list sequenced?
Sep 01, 2022
c++
language-lawyer
undefined-behavior
operator-precedence
initialization-order
How undefined is undefined behavior?
Sep 01, 2022
c
undefined-behavior
language-lawyer
Flexible array members can lead to undefined behavior?
Sep 01, 2022
c
language-lawyer
undefined-behavior
flexible-array-member
May I treat a 2D array as a contiguous 1D array?
Sep 01, 2022
c++
arrays
pointers
multidimensional-array
undefined-behavior
Is it defined behavior to reference an early member from a later member expression during aggregate initialization?
Sep 01, 2022
c++
c++11
language-lawyer
c++14
undefined-behavior
Is right shift undefined behavior if the count is larger than the width of the type?
Sep 05, 2022
c++
gcc
assembly
standards
undefined-behavior
« Newer Entries
Older Entries »