memory - How can I compute the differences of 2 unsigned char arrays? -


i have 2 unsigned char arrays , lengths. , these arrays have "null" char in content.

how can find out different, diff function in svn? want list of differences, including content delete or insert or equal.

  • memcmp returns equal or not. not option.
  • string diff libraries not suitable, because there '\0' chars in arrays.

after googling lot , trying lot, achieved goal using libmba.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -