How to copy this?
Hi,
I have a small problem, I don't know how to copy this,
1 2 3
|
char* duplicate;
// cypto will generate a hash value like this "733ce38jfbf59763598d97800a436098"
char** crypto = CALL_Function(duplicate);
|
My question is how to copy the crypto value to normal character I mean if char copy= value of cypto i.e "733ce38jfbf59763598d97800a436098";
strcpy is not helping me. what shall I do now?
could anyone please help me?
Thank you
Last edited on
Topic archived. No new replies allowed.