memcpy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Geevi
    New Member
    • Jan 2007
    • 13

    memcpy

    Hi all,

    what is the difference between strcpy and memcpy?

    which one is better to copy one string into another string?
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by Geevi
    Hi all,

    what is the difference between strcpy and memcpy?

    which one is better to copy one string into another string?
    have a look at

    Comment

    Working...