- Timestamp:
- Apr 27, 2026, 2:03:17 AM (2 days ago)
- Branches:
- master
- Children:
- eaee33e
- Parents:
- 037dc57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa
r037dc57 r1037b4c 12 12 @array@( string, C ) course_codes; $\C{// nested VLAs}$ 13 13 @array@( string, S ) student_ids; 14 @array@( int, C, S ) preferences; $\C{// m ultidimensional}$14 @array@( int, C, S ) preferences; $\C{// matrix, C x S}$ 15 15 }; 16 16
Note:
See TracChangeset
for help on using the changeset viewer.