E
edi
Hi.
I need help.
How can I assign one array to another by reference from current position?
(I prefer managed code)
For example in C
int a[10];int b[5];
....
a=&b[5];
Thanks in advance!
I need help.
How can I assign one array to another by reference from current position?
(I prefer managed code)
For example in C
int a[10];int b[5];
....
a=&b[5];
Thanks in advance!