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 allowed to cast away const on a const-defined object as long as it is not actually modified?
Sep 12, 2022
c++
constants
undefined-behavior
const-cast
Is it undefined behavior to use functions with side effects in an unspecified order?
Sep 07, 2022
c
undefined-behavior
Does an expression with undefined behaviour that is never actually executed make a program erroneous?
Sep 12, 2022
c++
language-lawyer
undefined-behavior
May I take the address of the one-past-the-end element of an array? [duplicate]
Sep 22, 2022
c++
arrays
pointers
undefined-behavior
Can I use [[noreturn]] on non-void returning functions?
Jan 27, 2018
c++
c++11
return
undefined-behavior
noreturn
Is using a member function as an argument to a constructor undefined behavior?
Sep 23, 2022
c++
undefined-behavior
Standard reference for int foo = foo
Sep 12, 2022
c++
undefined-behavior
Why does a program accessing illegal pointer to pointer not crash?
Jun 17, 2018
c
undefined-behavior
Is the behaviour of casting a negative double to unsigned int defined in the C standard? Different behaviour on ARM vs. x86
Mar 13, 2022
c
casting
floating-point
type-conversion
undefined-behavior
GOTO before local variable
Sep 06, 2022
c
declaration
undefined-behavior
goto
Is undefined behavior worth it?
Sep 06, 2022
c++
undefined-behavior
Consequences of uninitialised variables: int vs unsigned char
Sep 06, 2022
c++
initialization
language-lawyer
undefined-behavior
Does C have an equivalent of std::less from C++?
Oct 12, 2022
c
pointers
undefined-behavior
memory-model
memory-segmentation
Is this infinite recursion UB?
Sep 05, 2022
c++
recursion
c++11
undefined-behavior
Is it undefined behaviour if multiple operands in a compound expression modify the same object?
Aug 17, 2022
c++
c++11
undefined-behavior
language-lawyer
unspecified-behavior
Division by zero: Undefined Behavior or Implementation Defined in C and/or C++?
Sep 07, 2022
c++
c
undefined-behavior
divide-by-zero
What's a proper way of type-punning a float to an int and vice-versa?
Sep 15, 2022
c++
undefined-behavior
gcc-warning
strict-aliasing
type-punning
Why should I not try to use "this" value after "delete this"?
Sep 28, 2022
c++
undefined-behavior
Why is GCC tricked into allowing undefined behavior simply by putting it in a loop?
Aug 28, 2022
c++
gcc
g++
compiler-warnings
undefined-behavior
What precautions should I take to make a memory pool that does not invoke undefined behavior?
Mar 14, 2022
c
language-lawyer
undefined-behavior
c11
strict-aliasing
« Newer Entries
Older Entries »