Search code examples
struct/union initialization confusion...


cstructunions

Read More
Is accessing bytes of a __m128 variable via union legal?...


c++sseunions

Read More
using union as serializer for boost::asio...


c++serializationboostboost-asiounions

Read More
anonymous union and nested struct conversion to c#...


c#structunions

Read More
overcoming little-endian-ness when union'ing char[4] with int32...


cendiannessunions

Read More
Dynamic array with struct that contains a union in C...


cstructunionsdynamic-arrays

Read More
Why does member y get set to 0 in the following code?...


cstructunionsstatic-initialization

Read More
C: typedef union...


ctypedefmicrocontrollerunionsmicrochip

Read More
Templated unions in c++11...


c++templatesc++11unions

Read More
Reading in arbitrary numbers of a particular word into a cstring...


c++xcodestructunionscstring

Read More
How to access class member from inner union in C++...


c++classstructunions

Read More
select an union member depending on a template parameter...


c++templatesmemberunions

Read More
Modelling C/C++ unions in C#...


c#c++pinvoke32bit-64bitunions

Read More
Is it safe to transport a double through an int in C++03?...


c++doubleunionstype-punning

Read More
C printing char array as float...


cfloating-pointunions

Read More
What is the behaviour of a = b when a and b are unions?...


c++cunions

Read More
Porting C -> C++, having trouble with accessing struct within unnamed union...


c++cportingunionsforward-declaration

Read More
Can only a typed union solve this type of array-data declaration in C?...


carraysdata-structuresinitializationunions

Read More
Objective-C KVO doesn't work with C unions...


objective-ckey-value-observingunions

Read More
mysql unions with joomla...


mysqljoomlaunions

Read More
Unions in C#: Structure Members Do Not Seem to be Aligned...


c#structunions

Read More
Structures inside union...


cstructunions

Read More
How can I statically initialise an array of structs containing a union?...


c++arraysvisual-studio-2010initializationunions

Read More
Can I check if a Union-Member is set?...


cunions

Read More
How can I create this struct in C#?...


c#structpinvokeunions

Read More
How to re-use a variable without getting error C2371 (Redefinition), for var with different types?...


cunions

Read More
Implementation of C++ Cast...


c++castingunions

Read More
Union in Struct Error...


cstructunions

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


cstructunions

Read More
c++ Multiple Inheritance - Compiler modifying my pointers...


c++multiple-inheritanceunions

Read More
BackNext