Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unions

Unions as Base Class

How to check what type is currently used in union?

c unions

Appending/concatenating two IEnumerable sequences

c# ienumerable unions

sizeof a union in C/C++

c++ c sizeof unions

Anonymous union within struct not in c99?

c gcc struct c99 unions

Is type-punning through a union unspecified in C99, and has it become specified in C11?

c c99 unions c11 type-punning

How do boost::variant and boost::any work?

How to compile C code with anonymous structs / unions?

c++ c struct anonymous unions

C++ union in C#

c# c++ unions

What does "request for member '*******' in something not a structure or union" mean?

c struct unions

What's the purpose of using a union with only one member?

c++ c++14 unions

Unions and type-punning

c++ c unions type-punning

Why does C++ disallow anonymous structs?

c++ struct unions

Typescript has unions, so are enums redundant?

typescript enums unions

Accessing inactive union member and undefined behavior?

When would anyone use a union? Is it a remnant from the C-only days?

c++ c unions

Why do we need C Unions?

c unions

Purpose of Unions in C and C++

c++ c unions type-punning

Difference between a Structure and a Union

c struct unions