User Profile

Collapse

Profile Sidebar

Collapse
hemant sail
hemant sail
Last Activity: Nov 21 '07, 10:25 AM
Joined: Nov 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hemant sail
    started a topic Structures
    in C

    Structures

    Hi
    I want to copy the structure values into another structure without reference method
    Suggest me the possible ways
    Thanks
    Hemant Sail
    INDIA
    See more | Go to post

  • hemant sail
    started a topic Structures and pointers
    in C

    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 ,...
    See more | Go to post
No activity results to display
Show More
Working...