CPE 101: Fundamentals of Computer Science I
Lab 5 materials
Instructor's test program execuatables
- printall32: outputs all computed values as 20x20 matrices (32bit machines)
- printall: outputs all computed values as 20x20 matrices (64bit machines)
- print-all32.o: object (.o) file to compile with your code (32bit machines)
- print-all.o: object (.o) file to compile with your code (64bit machines)
- print-badges32: outputs badge maps (32bit machines)
- print-badges: outputs badge maps (64bit machines)
- print-badges32.o: object (.o) file for print-badges to compile with your code (32bit machines)
- print-badges.o: object (.o) file for print-badges to compile with your code (64bit machines)
- show-badges32.o: object file for a program that outputs badge info for each field (using describeBadges()) (32bit machines)
- show-badges.o: object file for a program that outputs badge info for each field (using describeBadges()) (64bit machines)
Instructor's Output
Code
- badges.h: instructor's badges.h header file.
October 17, 2013,
dekhtyar at calpoly.edu