Currently I'm trying to write a basic program in C++ for a minesweeper game, but I am having issues with the alignment of my numbers on the Intermediate and Expert game boards.
The numbers above the columns of the board are not aligned with the boxes below I didn't seem to have any issues with the single digit numerals but when I got to 10,11,12,13 and so on they became unaligned.
Any suggestions. I can email a screenshot of the compiled code if anyone needs to see it as I am not great at explanations.