dvader0571
Programmer
I have a calculation that takes in the number of bytes for a given file. This number can be in excess of 4.2 billion (4.2GB) bytes, which apparently is the largest a 32 bit unsigned int (or ulong/DWORD) can handle. I can put these numbers into Excel and it calculates them fine. Is there a data type out there I am missing? The MSDN documentation appears to have none.
Or is there a trick to all this. Thanks for any suggestions.
Or is there a trick to all this. Thanks for any suggestions.