User contributions for Bmackenty

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

4 February 2023

  • 10:1110:11, 4 February 2023 diff hist +1,015 N StructCreated 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..."
  • 10:0810:08, 4 February 2023 diff hist +12 EnumNo edit summary current
  • 10:0710:07, 4 February 2023 diff hist −14 Enum→‎References
  • 10:0710:07, 4 February 2023 diff hist +1,238 N EnumCreated page with "An "enum" (short for "enumerated type") is a data type that consists of a set of named values. It is used to represent a set of distinct, named values in a program, making it easier to read, maintain, and avoid bugs. For example, in a program that tracks the days of the week, an enum could be used to represent the days of the week instead of using raw integers or strings. Enums can be found in many programming languages, including Rust, C++, and C#.<ref>ChatGPT</ref> I..."
  • 10:0310:03, 4 February 2023 diff hist +35 Abstract data structures→‎NOT Assessed by the IB, but you should know them

29 January 2023

21 January 2023

13 January 2023

11 January 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)