I have an app I wrote in VC++ 6.0 that outputs a binary file. Since this will be transmitted over a TCP and UDP network it has been requested that I add checksum to the file. How do I do that? I've read things here about checksums but they're all not a basic" How do I do it" type questions. Any help or info is most appreciated.