Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Accessing first field of struct in a union of structs

Formatting Unions inside bitfields in C

c unions bit-fields

Inspect inactive member of a union with common initial sequence in constexpr expression

Using C unions to "reserve" space in data - reasonable?

c embedded storage unions

Can an array of a union type be cast to a pointer of the active type?

c++ arrays pointers unions

Assigning Union's fields

c++ struct setter unions

Regarding union and multiple integer values

c unions

How can unions be used to bypass strict aliasing violations?

cgo how to set a C union value

c go unions cgo

Bitfields and Unions in C giving problems

c struct unions bit-fields

Trouble with Unions in C program

c global unions

Union - How do you know which union parameter is in use?

c unions

C++ union assignment, is there a good way to do this?

How does C++ union know the type stored in it and which destructor to call?

c++ unions

Is there a reason for using unions today (when we have so much available memory)?

c unions

placement delete on unrestricted unions

c++ c++11 unions

When is a C union performed

c++ c unions

Can non-const data be accessed through a const pointer in a union?

Is it wrong to allocate enough memory to a union for just one member?

Type punning Vs Union member access

c unions type-punning