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 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
Fun with uninitialized variables and compiler (GCC)
Jul 06, 2021
c++
gcc
compiler-construction
undefined-behavior
initialization
Is calling std::min on an empty initializer list (and explicitly specifying the type) undefined behavior?
Sep 11, 2018
c++
c++11
c++14
undefined-behavior
stl-algorithm
Incrementing a variable used twice in an initializer list - undefined behavior?
Aug 15, 2022
c++
c
undefined-behavior
initializer
Does a memory leak cause undefined behaviour? [duplicate]
Sep 13, 2022
c++
memory-management
memory-leaks
undefined-behavior
Does casting a T pointer to a T' pointer and back yield the original pointer if T' is an incomplete type?
Aug 29, 2022
c
pointers
casting
undefined-behavior
constexpr undefined behaviour
Oct 14, 2018
c++
undefined-behavior
c++11
language-lawyer
What's the difference in undefined behavior between C++03 and C++11?
Nov 12, 2022
c++
c++11
undefined-behavior
c++03
« Newer Entries
Older Entries »