Quote:
Originally Posted by fysiks
A string is a special type of array. So, when you have an array of strings, you have an array of arrays (aka a two dimensional array).
|
This was an retoric interogation. I know what is 2D array.
The issue is that he copies a 2d array to 1d , but i see that he has only one string so he doesnt need 2d array.