User Tools

Site Tools


notes:unix:fall2023:projects:fwg1

This is an old revision of the document!


FWG1

structures

defining

struct person {

  char name[32];
  short int age;
  int height;

}

struct person Stanley;

Stanley.age = 34;

Stanely.height = 74;

declaring

accessing

displaying sprites on screen

game controller input

notes/unix/fall2023/projects/fwg1.1698766513.txt.gz · Last modified: 2023/10/31 15:35 by cmazzara