List Question
20 TechQA 2024-03-24T09:03:11.173000Using unions with arrays of non-trivial types
64 views
Asked by eyelash
Using a undefined structure is not throwing an error
67 views
Asked by Darshan L
eBPF program fails to attach because of null pointer exception
41 views
Asked by rookie099
Union structs with uint16_t and two uint8_t variables results in 3 byte long allocation?
61 views
Asked by bajtec
Zig - Initializing a slice literal of union enum
224 views
Asked by unknownerror
Do pointers to different types match the "common initial sequence" rule?
86 views
Asked by franso
Define variable as member of c union?
90 views
Asked by drdoof
What is the right syntax for declaring members that are struct or union?
113 views
Asked by Eric Cartman
How do initial members, common initial sequences, anonymous unions, and strict aliasing interact in C?
128 views
Asked by nickelpro
Can I create color struct that works on different endians?
100 views
Asked by Buğrahan Özcan
Can you implicitly activate array member of union in a C++20 constexpr constructor?
130 views
Asked by user3188445
Union of unsigned short and anonymous bitfield
76 views
Asked by deponovo
How can I do short string optimization at compile time?
173 views
Asked by CPlus
Defined behaviour for union with 24-bit and 8-bit vars
87 views
Asked by Jan Kuhlmann
Difference between packing a struct vs union vs enum
118 views
Asked by ZeZNiQ
Active member of a union created directly through memcpy() or std::bit_cast()?
122 views
Asked by user541686
Union vs void pointer performance
94 views
Asked by widesense
I can't pinpoint why memory gets corrupted while working with Recursive Tagged Union in Zig
114 views
Asked by Emulebest
Is the author's union-based implementation of an optional<bool> well-defined in P2641?
208 views
Asked by Jan Schultke