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
Why does operator* of rvalue unique_ptr return an lvalue?
Oct 10, 2022
c++
c++11
undefined-behavior
unique-ptr
rvalue-reference
Weird behavior with a manually defined strlen
Jul 03, 2022
c++
std
language-lawyer
undefined-behavior
Do parentheses force order of evaluation and make an undefined expression defined?
Nov 04, 2022
c++
c
expression
undefined-behavior
operator-precedence
Is it well-defined/legal to placement-new multiple times at the same address?
Sep 24, 2022
c++
undefined-behavior
language-lawyer
placement-new
Does not evaluating the expression to which sizeof is applied make it legal to dereference a null or invalid pointer inside sizeof in C++?
Apr 26, 2017
c++
language-lawyer
sizeof
undefined-behavior
null-pointer
Does `int a = 0, b = a` have undefined behavior? [duplicate]
Oct 27, 2022
c++
declaration
undefined-behavior
Is `*--p` actually legal(well formed) in C++03
Nov 16, 2016
c++
undefined-behavior
language-lawyer
c++03
Why does Rust disallow mutable aliasing?
Aug 23, 2022
rust
undefined-behavior
lifetime
In C, if I cast & dereference a pointer, does it matter which one I do first?
Sep 16, 2022
c
casting
undefined-behavior
How to spot undefined behavior
Sep 19, 2018
c++
c
undefined-behavior
Assigning a reference by dereferencing a NULL pointer
Sep 23, 2022
c++
pointers
reference
undefined-behavior
null-pointer
Is using sizeof on a variable where a type of the same name exists well defined?
Sep 22, 2022
c
sizeof
undefined-behavior
Are there sequence points in the expression a^=b^=a^=b, or is it undefined?
Oct 15, 2022
c
undefined-behavior
sequence-points
compound-assignment
GCC 4.8 with GNU STL produces bad code for std::string constructor?
Jan 30, 2022
c++
gcc
stl
undefined-behavior
How do we explain the result of the expression (++x)+(++x)+(++x)?
Aug 16, 2017
c++
undefined-behavior
operator-precedence
What replacements are available for formerly-widely-supported behaviors not defined by C standard
Apr 04, 2022
c
language-lawyer
undefined-behavior
"Illegal hardware instruction" from very simple code
Nov 28, 2021
c
standards
undefined-behavior
Is i += ++i undefined behavior in C++0x?
Sep 21, 2022
c++
c++11
undefined-behavior
compound-assignment
Is it well-defined to cast xvalues to lvalues for passing to functions?
Sep 21, 2022
c++
c++11
language-lawyer
undefined-behavior
c++14
« Newer Entries
Older Entries »