Category:Structures: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) mNo edit summary |
TomEdwards (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Structures are discrete groups of variables that are created, passed around and referred to by a single name. | Structures are discrete groups of variables that are created, passed around and referred to by a single name. Variables within one can be accessed with <code>struct.var</code>, as with functions. | ||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Helpers]] |
Latest revision as of 09:38, 4 July 2008
Structures are discrete groups of variables that are created, passed around and referred to by a single name. Variables within one can be accessed with struct.var
, as with functions.
Pages in category "Structures"
The following 10 pages are in this category, out of 10 total.