Hello all,
I'm a beginner of learning c++,
I'm creating a 2-d array printing 8x8 board.
What does this line of declaration mean?
it doesn't seems like initializing 0 to all 8x8 array,
Please explain, thank you :)
thank you for your reply.
but when I put the number for example: a[8][8]={3} (or any other number)
it didn't turn out all 3, but still all 0, why is that? :o