#include "macros.h"
#include <string>
#include <iostream>
#include "AbstractExercise.h"
#include <ctime>
#include <cstdlib>
Go to the source code of this file.
Compounds | |
class | Life |
class | LifeExercise |
class | LifeMatrix |
class | ModN |
Typedefs | |
typedef char | lifeMatrix_t [SIZE_X][SIZE_Y] |
Variables | |
const int | SIZE_X = 30 |
const int | SIZE_Y = 20 |
const char | ALIVE = '*' |
const char | DEAD = ' ' |
LifeExercise | proto ("LifeExercise") |
|
Definition at line 15 of file LifeExercise.cpp. |
|
Definition at line 13 of file LifeExercise.cpp. Referenced by LifeMatrix::enliven(), LifeMatrix::fillGlider(), LifeMatrix::fillLine(), LifeMatrix::fillRand(), LifeMatrix::fillSquare58(), and LifeMatrix::isAlive(). |
|
Definition at line 14 of file LifeExercise.cpp. Referenced by LifeMatrix::fillGlider(), LifeMatrix::fillLine(), LifeMatrix::fillRand(), LifeMatrix::fillSquare58(), and LifeMatrix::kill(). |
|
|
|
Definition at line 11 of file LifeExercise.cpp. Referenced by Life::calculate(), LifeMatrix::display(), and LifeMatrix::fill(). |
|
Definition at line 12 of file LifeExercise.cpp. Referenced by Life::calculate(), LifeMatrix::display(), and LifeMatrix::fill(). |