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 deleting void* is UB rather than compilation error?
Oct 02, 2022
c++
language-lawyer
undefined-behavior
delete-operator
void-pointers
Is (int32_t) 255 << 24 undefined behavior in gcc (C++11)?
Oct 22, 2022
c++
c++11
language-lawyer
undefined-behavior
bit-shift
Why does char* cause undefined behaviour while char[] doesn't?
Sep 22, 2022
c
string
char
undefined-behavior
C code with undefined results, compiler generates invalid code (with -O3)
Nov 20, 2022
c
gcc
undefined-behavior
Why specializing a type_trait could result in undefined behaviour?
Sep 05, 2021
c++
c++11
language-lawyer
undefined-behavior
c++14
Undefined behaviour with const_cast
Mar 28, 2022
c++
undefined-behavior
const-cast
Order of evaluation of arguments in function calling?
Nov 13, 2022
c
undefined-behavior
calling-convention
How does std::launder affect containers?
May 17, 2018
c++
undefined-behavior
c++17
Generic char[] based storage and avoiding strict-aliasing related UB
Dec 07, 2021
c++
c++11
undefined-behavior
strict-aliasing
type-punning
Can an object erase itself from a standard C++ container? [duplicate]
Sep 16, 2020
c++
containers
undefined-behavior
Does undefined behavior affect static_assert?
Mar 20, 2022
c++
undefined-behavior
static-assert
What happens if undefined C++ behaviour meets C defined behaviour?
Sep 12, 2022
c++
c
undefined-behavior
Using std:vector as low level buffer
Mar 31, 2022
c++
stl
language-lawyer
stdvector
undefined-behavior
Which integral promotions do take place when printing a char?
Nov 08, 2022
c
printf
undefined-behavior
variadic-functions
integer-promotion
_Pragma and macro substitution
Sep 16, 2022
c
macros
undefined-behavior
(Where) Does clang document implementation-defined behavior?
Aug 30, 2022
c
gcc
clang
undefined-behavior
Does std::move() invalidate iterators? [duplicate]
Sep 05, 2022
c++
c++11
iterator
undefined-behavior
move-semantics
Strict aliasing in Rust?
Feb 04, 2022
rust
undefined-behavior
strict-aliasing
Is `string.assign(string.data(), 5)` well-defined or UB?
Oct 27, 2022
c++
stl
undefined-behavior
When is pointer subtraction undefined in C?
Apr 29, 2019
c
arrays
pointers
undefined-behavior
pointer-arithmetic
« Newer Entries
Older Entries »