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
How do I convert an arbitrary double to an integer while avoiding undefined behavior?
Aug 30, 2022
c++
type-conversion
language-lawyer
undefined-behavior
reinterpret_cast, char*, and undefined behavior
Sep 17, 2022
c++
language-lawyer
undefined-behavior
c++17
reinterpret-cast
Is infinite loop still undefined behavior in C++ if it calls shared library?
Sep 17, 2022
c++
infinite-loop
undefined-behavior
How can I avoid wasteful copying of keys in a B-tree based STL-like map?
Mar 25, 2021
c++
c++11
move
undefined-behavior
b-tree
Function parameters evaluation order: is it UB if we pass reference?
Sep 16, 2022
c++
language-lawyer
undefined-behavior
Why does unsigned char have different default initialization behaviour than other data types?
Sep 07, 2022
c++
char
initialization
undefined-behavior
Accessing same-type inactive member in unions
Sep 27, 2022
c++
undefined-behavior
unions
Is a program that never terminates a valid C++ program?
Sep 16, 2022
c++
language-lawyer
undefined-behavior
Does 'a[i] = i;' always result in well defined behaviour?
May 03, 2022
c++
undefined-behavior
i = i++; is undefined. Is i = foo(i++) also undefined?
Sep 15, 2022
c++
undefined-behavior
Can "sizeof(arr[0])" lead to undefined behavior?
Jul 05, 2022
c
arrays
sizeof
c99
undefined-behavior
Why exactly is calling the destructor for the second time undefined behavior in C++?
Sep 16, 2022
c++
memory
memory-management
destructor
undefined-behavior
Why is the value of i == 0 in this C++ code? [duplicate]
Sep 16, 2022
c++
undefined-behavior
Why doesn't deleting my pointer delete my pointer?
Dec 28, 2016
c++
memory-leaks
undefined-behavior
Is it legal to have a pointer to a reserved vector element? [duplicate]
Oct 14, 2022
c++
pointers
vector
language-lawyer
undefined-behavior
Is UB in unevaluated context (e.g. requires-expressions) still UB?
Mar 27, 2022
c++
language-lawyer
undefined-behavior
c++-concepts
Defining Undefined Behavior
Sep 15, 2022
c++
c
undefined-behavior
Can initializing expression use the variable itself?
Sep 08, 2022
c++
initialization
language-lawyer
undefined-behavior
Can different GCC dialects be linked together?
Sep 15, 2022
c++
gcc
linker
undefined-behavior
dialect
Does swap() cause undefined behaviour?
Jun 20, 2022
c++
c++11
language-lawyer
undefined-behavior
lvalue-to-rvalue
« Newer Entries
Older Entries »