Yeah, strcpy is not the right function to use here. It will stop at the first 0 byte.
Really, though, doesn't EasyTransfer do all this for you? Wouldn't it be easier and way more efficient to just use your structures directly?
Yeah, strcpy is not the right function to use here. It will stop at the first 0 byte.
Really, though, doesn't EasyTransfer do all this for you? Wouldn't it be easier and way more efficient to just use your structures directly?