Exforsys
+ Reply to Thread
Results 1 to 5 of 5

Confused about command memicmp

This is a discussion on Confused about command memicmp within the C and C++ forums, part of the Programming Talk category; Hi, I know about memcpy command.This command copies n bytes from source to destination and returns the destination.But I am ...

  1. #1
    priyaraji is offline Member Array
    Join Date
    Apr 2006
    Answers
    52

    Confused about command memicmp

    Hi,
    I know about memcpy command.This command copies n bytes from source to destination and returns the destination.But I am confused with a command memicmp which I came across in a book.I could not get the explanation for this command.Is memicmp same as memcpy.Someone who have come across this command help me out

    Sripriya


  2. #2
    norman is offline Member Array
    Join Date
    May 2006
    Answers
    43
    Hi,

    Interesting!!! I came across one more keyword memccpy. Let’s wait for someone to join our discussion and clarify the usage of all the keywords mentioned.


    Regards,
    Norman


  3. #3
    svs_aditya's Avatar
    svs_aditya is offline Aditya Array
    Join Date
    Jul 2006
    Location
    India
    Answers
    10
    for memicmp::::
    http://www.comp.nus.edu.sg/~malin/ma.../libc_488.html

    for memccpy:::
    http://developer.apple.com/documenta...memccpy.3.html

    nice.. want few nore postings from you....

    regards,
    Aditya


  4. #4
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    Aditya thanks for the link .I could get a detailed view about the command . It was really a useful link.


  5. #5
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    Hello All Interesting to know two commands with single letter difference namely memcpy and memccpy. Is there any other commands which differs by single letter like above.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...