Name: Anonymous 2010-11-24 12:45
Why do they not go from 0-9?
struct Woman:enum Emotion emotion;void update_emotion(struct *Woman f):f->emotion = rand()%EMOTION_MAX;
EMOTION_LAST
#define MAX_NAME_LEN 5
struct tablet {
char sender[MAX_NAME_LEN];
char receiver[MAX_NAME_LEN];
char *commandments[];
};
sizeof(char*) bytes (rendering commandments[0] unrecoverable), do you think God hadn't invented snprintf? Also why was commandments written to after sender or receiver, and why wasn't it to a file?