struct
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]Abbreviation of structure, used as a keyword in the C programming language and its descendants.
Noun
[edit]struct (plural structs)
- (computing, programming) A data structure, especially one that serves to group a number of fields (in contrast to an object-oriented class with methods) or one that is passed by value rather than by reference.
Synonyms
[edit]Translations
[edit]Translations
Further reading
[edit]- struct (C programming language) on Wikipedia.Wikipedia