>>290
相互関係?

class life{
byte b_data[8][8];
int crash(life &l){
for(int i = 0; i < 8; i++){
・・・
}
・・・
}
};
みたいな感じですか?