help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64 bit arithmetic operation on 32 bit machine


From: Martin Helm
Subject: Re: 64 bit arithmetic operation on 32 bit machine
Date: Sat, 25 Feb 2012 22:06:10 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.11-desktop; KDE/4.6.0; x86_64; ; )

Am Samstag, 25. Februar 2012, 21:08:56 schrieb Mircea Toma:
> I sent my question to a wrong address. my intention was for MinGW.
> Sorry about that.
> Mircea
> 
> 
Use uint64_t with the header <stdint.h> if you are using C (C99) or <cstdint> 
if you are using C++, then you are independent from what long, long long is 
defined for your architecture.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]