Why don't Borland's tools accept long long and long long int as variable types? Is there any way to change this or work around it?
Printable View
Why don't Borland's tools accept long long and long long int as variable types? Is there any way to change this or work around it?
I've heard that in Borland C long long is spelled like __int64 (with two underscores). See if it works...
As far as I know, there is no standard for 64 bit integers so each compiler writer is free to make up their own.