Life001.h

Go to the documentation of this file.
00001 
00007 class LifeMatrix;
00008 
00009 class Life001 {
00010 public:
00011     Life001();
00012 
00016     void run();
00017 
00018     ~Life001();
00019 private:
00020 
00024     void fill();
00025 
00029     void display();
00030 
00038     void calculate();
00039 
00043     void swap();
00044 
00048     static void wait();
00049 
00053     static void cls();
00054 
00055     LifeMatrix* fNow;
00056     LifeMatrix* fFuture;
00057 };

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