Datasegment.com Online Dictionary
  Online Dictionary : S : struct

struct


1 definition found

struct - Free On-line Dictionary of Computing (26 May 2007) :

  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)