Re: Difference between memcpy() and memmove()
From: Artie Gold (artiegold_at_austin.rr.com)
Date: 08/16/04
- Next message: Old Wolf: "Re: Logic C++ error. Why?"
- Previous message: conf: "Difference between memcpy() and memmove()"
- In reply to: conf: "Difference between memcpy() and memmove()"
- Next in thread: linestyle_at_163.com: "Re: Difference between memcpy() and memmove()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 15 Aug 2004 17:54:14 -0500
conf wrote:
> What are the differences between memcpy() and memmove()? Thank you very
> much!
>
memmove() allows the source and destination to overlap -- memcpy() does not.
HTH,
--ag
-- Artie Gold -- Austin, Texas 20050120->44
- Next message: Old Wolf: "Re: Logic C++ error. Why?"
- Previous message: conf: "Difference between memcpy() and memmove()"
- In reply to: conf: "Difference between memcpy() and memmove()"
- Next in thread: linestyle_at_163.com: "Re: Difference between memcpy() and memmove()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|