Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in struct

union 'punning' structs w/ "common initial sequence": Why does C (99+), but not C++, stipulate a 'visible declaration of the union type'?

c++ c struct unions type-punning

Are all pointers derived from pointers to structure types the same?

Is it possible to use array of bit fields?

c++ c arrays struct bit-fields

Initializing structs in C++

c++ struct

Marshal C++ struct array into C#

throw () after function declaration in c++ exception struct?

c++ exception struct

Golang embedded struct type

How to initialize const in a struct in C (with malloc)

Alternate approach to inheritance for Swift structs?

swift inheritance struct

How to initialize a pointer to a struct in C?

Returning a struct pointer

c pointers struct

How can I get/set a struct member by offset

c struct

Using structs in Ruby on Rails gives dynamic constant assignment (SyntaxError)

ruby struct

CGRectZero vs CGRect.zeroRect?

swift struct cgrect cgrectmake

Performances of Structs vs Classes

c++ performance class struct

How to initialize a structure with flexible array member

Forward declaration as struct vs class

Why don't methods of structs have to be declared in C++?

C++ Structs with Member Functions vs. Classes with Public Variables

c++ class struct

Is it possible to dynamically define a struct in C

c dynamic struct