Don't make destructors if you don't need to. De default behavior is plenty for your use case.
Why is the destructor of GameOfLife virtual? You don't have and class that would need to inherit from it.
Don't make destructors if you don't need to. De default behavior is plenty for your use case.
Why is the destructor of GameOfLife virtual? You don't have and class that would need to inherit from it.