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 unions
Deleting an aliased pointer
Sep 22, 2025
c++
pointers
unions
delete-operator
Is the author's union-based implementation of an optional<bool> well-defined in P2641?
Sep 22, 2025
c++
language-lawyer
unions
type-punning
c++26
Can anonymous union be simply `const` (not `constexpr`)?
Sep 22, 2025
c++
c++11
constants
language-lawyer
unions
Best way to interpret a byte array as a struct in C++
Sep 21, 2025
c++
struct
unions
raw-data
Using a union to prevent destruction?
Sep 16, 2025
c++
language-lawyer
unions
Bitfield and Union - unexpected result in C
Sep 14, 2025
c
unions
bit-fields
Can you call virtual methods on a base class in a union when a derived class is active?
Sep 04, 2025
c++
language-lawyer
unions
c++23
stdlaunder
C++: Union Destructor
Mar 26, 2023
c++
destructor
unions
C/C++ unions and undefined behaviour
Mar 16, 2023
c++
c
language-lawyer
undefined-behavior
unions
Is it well-defined behavior to address a 32-bit `int` using a bitfield inside a union?
Mar 16, 2023
c
gcc
language-lawyer
unions
bit-fields
What does union in C++ do in this case?
Mar 12, 2023
c++
unions
Laravel 5 - How to use union in more than two tables/queries with Query Builder or Eloquent?
Mar 12, 2023
php
laravel
laravel-5.3
unions
Union memory share in C
Feb 28, 2023
c
unions
A union may only be initialized with a value of the type of its first member,K&R
Feb 20, 2023
c
unions
Bit fields for reading from H/W registers
Feb 17, 2023
c
bit-manipulation
bitwise-operators
unions
bit-fields
Overlapped bit-field in C
Feb 14, 2023
c
struct
unions
bit-fields
Union with pointers
Feb 13, 2023
c++
unions
C alignment in union
Feb 13, 2023
c
alignment
unions
c union and bitfields
Feb 05, 2023
c
bit-fields
unions
Memory allocation for union in C
Sep 03, 2025
c
arrays
unions
Older Entries »