C++ Array like Mine sweeper.

Write your question here.
I want to create a 10 by 10 table wherein i can type the value(numbers 1 to 9) for every row-columns that i want to have a value. And there is a condition that i can count out every 2 by 3 (filled up with numbers) treated as a 1 object and if there are numbers surrounds that 2 by 3 it shouldn't be count. There should be at least a space on it row and column on it.
Sorry, I don't completely understand your question, but if you want to store a 10 by 10 table of numbers you can use int table[10][10];
Topic archived. No new replies allowed.