Hi. Does anyone know what support there is in Borland for 64-bit numbers? Thanks for any assistance.
This is a discussion on 64-BIT unsigned integers - Borland 5.5 within the C++ Programming forums, part of the General Programming Boards category; Hi. Does anyone know what support there is in Borland for 64-bit numbers? Thanks for any assistance....
Hi. Does anyone know what support there is in Borland for 64-bit numbers? Thanks for any assistance.
Yes there's __int64 which I think is in windows.h?
You mean something like this ?
__int64, where it exists (newer Borlands have it), is a built-in type.
You can also try boost::int64_t from Boost's cstdint.hpp.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law