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

sizeof operator gives extra size of a struct in C# [duplicate]

c# struct sizeof

C: Writing structs of RGB values to file to create ppm image - premature end of file

c struct rgb ppm

Creating an array from a text file to call each line individually

c arrays struct

C struct initialization done "recursively"

c gcc struct

Go - append to slice on struct does not persist

go struct append slice

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

c# .net field struct

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

c struct lisp common-lisp

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

Optimising datastructure/word alignment padding in golang