Thread Previous • Date Previous • Date Next • Thread Next |
On 9/1/2010 1:17 PM, William A. Rowe Jr. wrote:
On 9/1/2010 11:58 AM, Olaf van der Spek wrote:On Wed, Sep 1, 2010 at 6:55 PM, Garrett Serack<garretts@xxxxxxxxxxxxx> wrote:knowing that 64bits is plenty enough for file sizes, I think we should standardize on __int64 where we can.__int64 is reasonable, although long long is standard.Not per _ftelli64/_fseeki64 etc. Or are you looking somewhere else? _______________________________________________ Mailing list: https://launchpad.net/~coapp-developers Post to : coapp-developers@xxxxxxxxxxxxxxxxxxx Unsubscribe : https://launchpad.net/~coapp-developers More help : https://help.launchpad.net/ListHelp
Why not just use the native windows API file functions instead of the C runtime versions - this is definitely a windows only product and the C runtime versions are wrappers - what are we gaining?
Thanks, Elizabeth
Thread Previous • Date Previous • Date Next • Thread Next |