Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Writing a safe tagged union in C

c unions

Implementing a move constructor of a tagged union

Is it possible (legal) to assign an anonymous union in a compound literal?

c c99 unions compound-literals

How to set union in class initializer?

C: typedef union

Constructing a union tuple in C++11

c++ c++11 tuples unions