Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

struct

You are here: irt.org | FOLDOC | 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.

(1995-02-14)

Nearby terms: strongly typed « strong typing « Stroustrup, Bjarne « struct » structural recursion » structured analysis » Structured Analysis and Design Technique

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb