Encyclopedia

struct

Also found in: Acronyms.

struct

(programming)
A data type in C and C++ corresponding to a record in Ada or Pascal or a tuple in functional programming. A struct has one or more members, each of which may have different types. It is used to group associated data together.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in
References in periodicals archive
Design optimization by response surface methodology: application to crashworthiness design of vehicle structures, Struct Multidisciplinary Optim 24: 325-332.
struct vmas{ unsigned long flags; unsigned long start; unsigned long end; pgprot_t prot;}; struct paginas_reservadas{ unsigned long address; struct page * pagina;}; Los procesos de una maquina virtual tienen un espacio privado y uno compartido.
structure S : struct val a = 5 val b = 7 end and later refer to elements of the structure using "qualified" names like S.a and S.b:
struct timestamp { int time; int lock count; struct node *root; };
A possible pseudo-C declaration for value cells could be struct valuecell [ int tag:2; struct valuecell *value:28; bool m:1; bool f:1; ];
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.