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
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
Is this undefined C behaviour?
Sep 23, 2022
c
undefined-behavior
How does pointer comparison work in C? Is it ok to compare pointers that don't point to the same array?
Sep 14, 2022
c
pointers
heap-memory
undefined-behavior
memory-layout
Why is it undefined behavior to delete[] an array of derived objects via a base pointer?
Sep 01, 2022
c++
undefined-behavior
dynamic-arrays
delete-operator
Incorrect cast - is it the cast or the use which is undefined behavior
Sep 01, 2022
c++
casting
language-lawyer
undefined-behavior
When is casting between pointer types not undefined behavior in C?
Sep 18, 2022
c
casting
undefined-behavior
A question about union in C - store as one type and read as another - is it implementation defined?
Aug 31, 2022
c
undefined
undefined-behavior
unions
« Newer Entries
Older Entries »