User profile: jechadwell99

User info
User name:jechadwell99
Name:Justin Chadwell
History
Joined:
Number of posts:4
Latest posts:

Problem with my CGOL
I've been working on implementing Conway's Game of Life in C++. Unfortunately, I have run into a pro...

Conway's Game of Life with std::set
Ahh. Yes. But that is only if there is only one move per second. If I go faster it may change. Still...

Conway's Game of Life with std::set
So I don't need to be worried about it?

Conway's Game of Life with std::set
I have planned out a implementation of Conway's Game of Life which will (hopefully) give the impress...