Howdy all. I'm only in college for programming and am only in the my 3rd month of C++, and I'm working on a program now, just for fun and practice, and need some help. I'm making a MineSweeper game that will run in Command Prompt by making a grid of Arrays that will act as a grid to place the bombs and numbers in. However, I'm setting it up so you can choose how many rows and columns you want... ex. column1[0-4], column2[0-4] , etc. etc.
However, when I'm trying to make the loop to construct to the arrays, I'm not quite sure if I can concatenate the word column and a variable to form the array names desired.
Sorry for the stupid question, but like I said, I'm new! Thank you all in advance!