Hello, how do I point to a multidimensional array? I know to do this with a vector (unidmensional array), it looks like this:
int v[5];
int *ptr = v;
I understand this very well, but with an array I can not do that. When I use the same tact...
asked by
05.11.2017 / 03:44