Hi
I want to copy the structure values into another structure without reference method
Suggest me the possible ways
Thanks
Hemant Sail
INDIA
User Profile
Collapse
-
Structures and pointers
Hi
I would like to know how we can copy 1 structure into another without the addesses
that is
in a function I am passing a structure pointer
BOOL match_key_to_re c(char *pkey, char *prec)
{
}
where pkey is
PUTAWAYKEY_S *pkey;
Inside the function I am defining a structure variable
PUTAWAYKEY_S lpkey
and i am using the foll
memcpy( lpkey.load_type ,...
No activity results to display
Show More