Hey @Fajsdie, if what you mean is that you copy-pasted what Thomas1965 wrote in the quote, then it's just that he says it's wrong to write that.
If that's the case, then try writing arr2[i][j]
, because it's a 2-dimensional array, not one with 2 parameters inside the square brackets (which I don't know if it does exist at all).
If it's not the case, then let me look at the code thoroughly (if necessary). In the meantime, could you tell me what line your compiler says the error is on? And if you could tell me what it says exactly, then that would be perfect.
Also if it's not compiler error (that's what I understand from "showing me pointers"), then could you say exactly what it is? Maybe I might be able to help if I know exactly what's going on.