csforum
Joined: 18 Mar 2009
Posts: 230
|
| Posted: Thu Apr 09, 2009 4:08 pm Post subject: |
|
|
| Unlike any other file format that can be compared with other files of same format, files that contain source code are not easy to compare. If you have ever tried to compare assembly files like asm or .dll files you may be familiar with the fact that a major part of this problem can be credited to the presence of symbols and usage of proper syntax in the source code. Utilities like compare suite provide facilities like syntax highlighting so that a code can be compared without all the fuss. |
|