|
-
January 29th, 2004, 11:41 AM
#1
Data transfer between Two pointers
Hi: I have two pointers
char* pointer1;
char* pointer2;
in a loop, new data are read from file into buffer pointed by pointer2 and the old data should move from pointer2 to pointer1; pointer1 always pointer to the old data, and pointer2 always points to new data;
how can I do that?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|