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 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
Is casting of infinity to integer undefined?
Nov 12, 2022
c++
undefined-behavior
Can we change the value of an object defined with const through pointers?
Sep 04, 2022
c
constants
undefined-behavior
How could pairing new[] with delete possibly lead to memory leak only?
Sep 04, 2022
c++
memory-management
undefined-behavior
Is there a platform or situation where dereferencing (but not using) a null pointer to make a null reference will behave badly?
Sep 04, 2022
c++
reference
null
undefined-behavior
aligned_storage and strict aliasing
Apr 19, 2018
c++
undefined-behavior
language-lawyer
strict-aliasing
type-punning
Is it undefined behaviour to delete a null void* pointer?
Sep 04, 2022
c++
undefined-behavior
void-pointers
language-lawyer
null-pointer
When NULL is not all-zero-bits, is an all-zero-bit pointer value also 'false'?
Aug 27, 2022
c
pointers
null
language-lawyer
undefined-behavior
So why is i = ++i + 1 well-defined in C++11?
Jan 18, 2018
c++
c++11
undefined-behavior
language-lawyer
What specific hash algorithm does MessageDigest.getInstance("SHA") return?
Sep 04, 2022
java
cryptography
undefined-behavior
Why did this code still work?
Sep 04, 2022
c
undefined-behavior
What's the best C++ way to multiply unsigned integers modularly safely?
Oct 14, 2022
c++
portability
undefined-behavior
multiplication
Difference between Undefined Behavior and Ill-formed, no diagnostic message required
Sep 03, 2022
c++
language-lawyer
undefined-behavior
Is this undefined behaviour in C ? If not predict the output logically
Sep 03, 2022
c
output
pass-by-reference
undefined-behavior
Is incrementing a pointer to a 0-sized dynamic array undefined?
Sep 03, 2022
c++
pointers
undefined-behavior
dynamic-arrays
« Newer Entries
Older Entries »