Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Union and struct packing problem

c struct unions packing

C++ "Choice" Union

c++ unions choice

Advantages of using union when same thing can be done using struct - C

ANSI C unions - are they really useful?

c unions

Is it legal to cast a struct to an union containing it?

How to expose C++ unions to Lua

c++ lua unions

Writing to Unions, with gcc

c++ gcc g++ unions

C Union in C# Error incorrectly aligned or overlapped by a non-object field

Using inheritance within a union

c++ inheritance unions

C Union Polymorphism within Arrays

arrays gcc polymorphism unions

C++ Union usage

c++ unions

Two arrays in a union in C++

c++ unions strict-aliasing

Access fields in a named union

c++ c++11 unions

C overcoming aliasing restrictions (unions?)

c strict-aliasing unions

Which standards allow anonymous structs and unions in C and C++?

c++ c struct anonymous unions

Does C++11 allow non-anonymous unions to contain static data members?

C++11 move constructor for union-like class

Changing active member of union in constant expressions

What is the point behind unions in C?

c unions

Overlay subclass union ontop of superclass union

c++ inheritance unions