LifeExercise.cpp File Reference

#include "macros.h"
#include <string>
#include <iostream>
#include "AbstractExercise.h"
#include <ctime>
#include <cstdlib>
#include "Life001.h"

Go to the source code of this file.

Classes

class  LifeExercise

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")


Typedef Documentation

typedef char lifeMatrix_t[SIZE_X][SIZE_Y] [static]

Definition at line 16 of file LifeExercise.cpp.


Variable Documentation

const char ALIVE = '*' [static]

Definition at line 14 of file LifeExercise.cpp.

const char DEAD = ' ' [static]

Definition at line 15 of file LifeExercise.cpp.

LifeExercise proto("LifeExercise") [static]

const int SIZE_X = 30 [static]

Definition at line 12 of file LifeExercise.cpp.

const int SIZE_Y = 20 [static]

Definition at line 13 of file LifeExercise.cpp.


Generated on Thu Jul 3 19:12:45 2008 for Exercise Framework by  doxygen 1.5.1