Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 273 Bytes

Chapter 4: Data Structures

Arrays (be careful of out of range)

Array-style strings

Structures

Unions

Enumerations

Lab:

  • create an array and the element is of a structure
  • cmake (automatically generate a Makefile according to the environment).