The Block and Location structures
struct Block {
int count;
int glb_bas;
int glb_stp;
int sub_bas;
int sub_stp;
};
struct Location {
int sub;
int crd;
. . .
};
Previous slide
Next slide
Back to first slide
View graphic version