Struct Article Index for
Struct
Articles about
Struct
 

Information About

Struct




struct is the Keyword for declaring a user-defined Datatype in C++ . Because of this, most Programmer s prefer to use "struct" as a short-form of " Structure ".

See C++ Structure and ''' Object Composition ''' for more on the issue.