Sujet : Re: remark on defining size of basic types
De : fir (at) *nospam* grunge.pl (fir)
Groupes : comp.lang.cDate : 04. Apr 2024, 02:46:46
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <uul0q6$c4i$1@i2pn2.org>
References : 1 2
User-Agent : Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
Lawrence D'Oliveiro wrote:
On Thu, 04 Apr 2024 01:34:48 +0200, fir wrote:
>
here is a problem in using 64 big ints on windows ...
>
#include <stdint.h>
>
int64_t signed_64bit_int;
uint64_t unsigned_64bit_int;
>
>
maybe but thats not the point
i mean if types (like int.long) vary on different machines
and programmers use them - wouldnt it to be better to
allow redefine them like in compiler commandline
liek -long=64 -long=32 , something like that?
(i find it as not much interesting remark, but wonder it that wouldnt be more logical)