English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

pls..........anyone..........

2007-03-04 19:00:51 · 3 answers · asked by navee 3 in Computers & Internet Programming & Design

3 answers

By similarities, I assumme you wanted to check the contains.
Offocurse, you can do this in C programming for the text files. Check the files character by character. You can also write huge softwared like windiff and diff which can also show where the files differ. If you want to find similarities, between different format files, loke .doc and .pdf, then you need to know how to decode these files first.

2007-03-04 21:25:00 · answer #1 · answered by manoj Ransing 3 · 0 0

Your question is incomplete what exactly do you mean by compare similarties ? in programming you need to ask more detailed and specific quetions. You can write code to compare contents of 2 files, you can compare attributes of 2 files if you want.

2007-03-05 03:11:51 · answer #2 · answered by funnysam2006 5 · 0 0

You better specify what you mean by "similarities" or no one is going to be able to answer your question. If you are looking for things like size or modification time look at the function stat().

2007-03-05 03:10:27 · answer #3 · answered by Bulk O 5 · 0 0

fedest.com, questions and answers