Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in struct

Access property of parent struct in a nested Codable struct when decoding the child

Cannot marshal a struct that contains a union

c# c++ struct marshalling unions

not declared in scope, even though declared in .h

c++ header struct scope

Calculating using array of structs?

c++ arrays file-io struct

Can I use an aggregate initializer to return a struct in C++?

c++ struct return anonymous

How to force GCC to pass 128bits/256bits struct as function param in xmm/ymm register?

Is a Struct appropriate for Constants

struct swift

Local Variables Alignment in C code

c struct stack padding

Is it possible to cast "AnyObject" to a swift struct

Can I overload a "cast from null" operator in C#?

c# struct null

Serializing an STL map of structures

Why can't non-static fields be initialized inside structs?

c# .net field struct

How to sort an array of structs in ColdFusion

sorting coldfusion struct

What's the idiomatic equivalent of C structs in Lisp?

c struct lisp common-lisp

Destroying a struct object in C#?

How to correctly fix "zero-sized array in struct/union" warning (C4200) without breaking the code?

Optimising datastructure/word alignment padding in golang

C++ Pointers. How to assign value to a pointer struct?

c++ c pointers struct

How to programmatically get the number of fields of a struct?