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
Interpreting bits in union fields as different datatypes in C/C++
Apr 11, 2026
c++
c
bit-manipulation
unions
How does the two different syntax of union declaration give me different size?
Apr 10, 2026
c++
struct
sizeof
unions
How do initial members, common initial sequences, anonymous unions, and strict aliasing interact in C?
Apr 08, 2026
c
pointers
language-lawyer
unions
strict-aliasing
Returning the active member of a union using a function within it
Apr 04, 2026
c++
c++14
unions
Implicitly defined constructor deleted due to variant member, N3690/N4140 vs N4659/N4727
Mar 28, 2026
c++
g++
language-lawyer
unions
clang++
Is `reinterpret_cast` on `this` inside union-like class an undefined behavior?
Mar 24, 2026
c++
undefined-behavior
unions
Unions in c++ and bitwise operations
Mar 17, 2026
c++
operator-overloading
bit-manipulation
bitwise-operators
unions
Why can union be used this way?
Mar 05, 2026
c
unions
How does printing a union itself and not its member work in C?
Mar 05, 2026
c
types
printf
unions
Byte size of union and struct
Feb 27, 2026
c++
struct
unions
Transpose columns and rows in Firebird 2.5
Feb 27, 2026
firebird
transpose
unions
firebird2.5
How to create an instance of tagged union given I have key and value for it
Feb 22, 2026
typescript
generics
unions
Accessing first field of struct in a union of structs
Feb 11, 2026
c
struct
unions
memory-alignment
pointer-conversion
Formatting Unions inside bitfields in C
Feb 07, 2026
c
unions
bit-fields
Inspect inactive member of a union with common initial sequence in constexpr expression
Feb 07, 2026
c++
language-lawyer
constexpr
unions
Using C unions to "reserve" space in data - reasonable?
Feb 04, 2026
c
embedded
storage
unions
Can an array of a union type be cast to a pointer of the active type?
Feb 01, 2026
c++
arrays
pointers
unions
Older Entries »