products and services, all while doing the jobs of three people because of layoffs. Waiting for knowledge to trickle down from the top is not an option
With this in mind, we can go ahead and encode this in the program. We will use astd::arrayfor representing the 9 cells board. This is a fixed-size container, with the size known at compile time, that stores its elements in a contiguous memory area. To simplify using the same array t...