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
Can one element of a tuple reference another?
Jun 12, 2017
c++
c++11
tuples
undefined-behavior
Is it okay for int** and const int** to alias?
Oct 27, 2022
c
constants
language-lawyer
undefined-behavior
strict-aliasing
How is gcc optimizing this loop?
Nov 02, 2022
c++
gcc
g++
compiler-optimization
undefined-behavior
Is modifying the internal bytes of a const object undefined behavior in case it contains another object constructed by placement new?
Mar 02, 2022
c++
standards
undefined-behavior
placement-new
How to synchronize multithreaded OpenGL buffer access?
Aug 29, 2022
multithreading
opengl
gpu
undefined-behavior
vbo
Is it well-defined behavior to modify one element of an array while another thread modifies another element of the same array?
Dec 07, 2021
c
synchronization
pthreads
undefined-behavior
Dealing with undefined behavior when using reinterpret_cast in a memory mapping
Oct 24, 2022
c++
undefined-behavior
reinterpret-cast
memory-mapping
TDD: Test member initialization deterministically, given undefined behavior in C++
Nov 28, 2018
c++
unit-testing
tdd
undefined-behavior
googletest
Undefined behavior, or: Does Swift have sequence points?
May 09, 2022
swift
undefined-behavior
sequence-points
Cast T[][] to T*
Mar 08, 2019
c
arrays
pointers
undefined-behavior
Is it safe and defined behavior to transmute between a T and an UnsafeCell<T>?
Sep 05, 2022
rust
undefined-behavior
unsafe
Where is the undefined behavior when using const_cast<>?
Nov 07, 2022
c++
undefined-behavior
const-cast
Is the 16-bit math in this program invoking undefined behavior?
Nov 05, 2022
c++
language-lawyer
undefined-behavior
msvc14
Using std::launder to get a pointer to an active union member from a pointer to an inactive union member?
Apr 28, 2021
c++
pointers
language-lawyer
c++17
undefined-behavior
Comparing two string literals using memcmp
Nov 07, 2022
c
language-lawyer
undefined-behavior
string-literals
memcmp
Does put_money hold its argument by value or reference?
Oct 10, 2022
c++
undefined-behavior
iomanip
Comma operator and void expression
May 18, 2022
c++
c
undefined-behavior
comma-operator
Is calling a function on a NULL pointer undefined? [duplicate]
Nov 11, 2017
c++
undefined-behavior
Can integer division ever over/underflow, assuming the denominator <>0? [duplicate]
Aug 26, 2022
c
undefined-behavior
division
integer-division
Is returning a forward-declared structure undefined behavior?
Jul 16, 2022
c++
visual-c++
undefined-behavior
« Newer Entries
Older Entries »