Eli Annoni (worked alone, no partner) 2348182 annoni@chapman.edu CPSC 350-01 Assignment 2: Game Of Life
Source files: 1. main.cpp 2. FileSystem.h 3. FileSystem.cpp 4. Map.h 5. Map.cpp 6. Cell.h 7. Cell.cpp
Compile/run commands: - make all - ./assignment2.exe
Errors: No known compiler or runtime errors.
References: - Microsoft Docs ( class) https://docs.microsoft.com/en-us/cpp/c-language/cpp-integer-limits?view=vs-2019 - StackOverflow (double pointer arrays, usleep function) https://stackoverflow.com/ - C++ Documentation (numeric_limits) https://en.cppreference.com/w/cpp/types/numeric_limits - GeeksforGeeks (rand and srand, preprocessor directives) https://www.geeksforgeeks.org/