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 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
Order of evaluation and undefined behaviour
Nov 13, 2022
c++
c++11
sequence
increment
undefined-behavior
Zero-cost properties with data member syntax
Nov 08, 2022
c++
language-lawyer
union
undefined-behavior
unions
Does int a=1, b=a++; invoke undefined behavior?
Nov 27, 2021
c
language-lawyer
undefined-behavior
sequence-points
Does the ternary operator short circuit in a defined way
Mar 14, 2022
c++
undefined-behavior
conditional-operator
short-circuiting
Mixing class and struct
Nov 09, 2022
c++
class
struct
undefined-behavior
Does "undefined behaviour" extend to compile-time?
Aug 18, 2022
c++
c
runtime
undefined-behavior
compile-time
What is the right way to find the average of two values?
Sep 13, 2022
c
undefined-behavior
integer-overflow
« Newer Entries
Older Entries »