R
RS
Hi,
I want to get a row from a 2-D array.
For example:
There is a 2-D array 3 x 4. I want to get a row, which is size of 4.
2-D array 1-D array
a b
####
#### -> #####
####
How can I do it in C++?
RS
I want to get a row from a 2-D array.
For example:
There is a 2-D array 3 x 4. I want to get a row, which is size of 4.
2-D array 1-D array
a b
####
#### -> #####
####
How can I do it in C++?
RS