Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Strings, Unions, and Pointers

c++ string pointers unions

Efficient way to return a union in C?

c unions

Type punning - how does the compiler decide what type to use?

c++ unions type-punning

Understanding union types

pascal unions

Why is std::string incompatible with C unions? [duplicate]

c++ string unions

accessing struct members in array like manner: padding in structs different than in arrays?

Is the size of a union equal to the size of its member of the largest size?

c unions

Union fields in .NET - can they really work in managed code?

c# .net clr unions

What does __attribute__((packed)) do to a union?

c attributes unions packed

Union initialisation in a struct

c++ struct g++ unions

Initialize union with nested structs

c++ c unions porting

How to copy anonymous union

c++ copy-constructor unions

Accessing variables in a union inside a struct

c struct unions

Non trivial struct constructor inside a union in C++

c++ struct constructor unions

Use union to defer member variable construction

Named Structures in C++ Unions

A reused named struct as a nested struct triggers a redefinition error in GCC

c struct unions