Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: compare Download
 Description: int compare(const char* a, const char* b, int size) { for (int i = 0 i < size i++) { if (a[i] != b[i]) { return i } } return-1 }
 Downloaders recently: [More information of uploader feng]
 To Search:
File list (Check if you may need any files):
 

compare.cpp
    

CodeBus www.codebus.net