View Single Post
Re: __int64 compiler support?
Old
  (#2)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: __int64 compiler support? - 21-01-2004

take a look at my HPTime code

for gcc you can use "long long"
for MSVC, you can use __int64


  
Reply With Quote