I am trying to set each of the element to zero in the 2 dimension array with a nested range-based for statement. I am missing something because it does not set all of them to zero.
Keskiverto. That was a question about specific element initalization to zero. This question is about to set ALL elements to zero with range-based for statement. Sorry I am a beginner for me it is not the same question.
Thank you for the answers.