Hello. I am in the process of trying to write the Game of Life for my programming class. How do I pass a class as an arguement to another function?? In the code below I want to pass the class in the nextGeneration function so that I can access those public members. Thanks.