Struct: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 February 2023

  • curprev 10:1110:11, 4 February 2023Bmackenty talk contribs 1,008 bytes −7 →‎References
  • curprev 10:1110:11, 4 February 2023Bmackenty talk contribs 1,015 bytes +1,015 Created page with "A "struct" is a composite data type that groups together zero or more values with different data types into a single unit. It is used to represent a single object made up of multiple pieces of data, such as a point in 2D space (x, y), or a record in a database (name, address, age, etc.). Each piece of data within a struct is called a "field". Structs can be found in many programming languages, including C, C++, and Rust. They provide a way to bundle related data into a s..."