How to copy array of pointer to another pointer.
My approach this way
int *ptr2[(i-1)*100]; int *ptr1; ptr1=&ptr2[(i-1)*100];
What is the efficient way to copy so that it takes less cpu cycle.
Aucun commentaire:
Enregistrer un commentaire