// the defaul status of a cell is dead #include "cell.h" Cell::Cell() { status = 0; //dead }