View Single Post
__int64 compiler support?
Old
  (#1)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default __int64 compiler support? - 21-01-2004

In some cases 32 bit intergers are just not big enough, and using the 64 bit integer is mighty tempting. However I want to make sure my code is reasonably cross platform compatible especially with most Linux based systems.

Anyone know how well supported is the __int64 integer type (or equivalent) accross C++ compilers?


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote