Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
fast checksum c++ unicode compliant
Name: alex Date: May 5, 2004 at 06:23:17 Pacific OS: Win 2000 CPU/Ram: 1GHz/512 MB
Comment:
Hi everybody,
does anyone know what would be a fast way to implement a checksum in c++? I want to check if the file was modified and if it was give a simple warning. Basically, on the server side I was computing CRC32 on a large file and on the client recomputing it to verify it. Now the problem is the code is not working right for UNICODE. Does anyone have any ideas how to go about this. Any ideas are greately appreciated
Summary: Your original question: how much quicker - depends on compilation speed and size of program. In VB compilation speed is non existent so the develop & test cycle is quite quick. However, with fast ma...
Summary: C++ is the way to go.... No! Java is the way to go... No! Python is the way to go... Hmmmm. Use the right tool for the job I'd say - and make sure you are acquainted with more than just one, but I'd a...