Liste des Groupes | Revenir à cl c |
On Thu, 04 Apr 2024 03:46:46 +0200, fir wrote:ok, but my point is maybe the convention to use that standard ones char short int long and allowing them to be set (overwiitting defaults) from
>Lawrence D'Oliveiro wrote:>
>On Thu, 04 Apr 2024 01:34:48 +0200, fir wrote:maybe but thats not the point
>here is a problem in using 64 big ints on windows ...>
#include <stdint.h>
>
int64_t signed_64bit_int;
uint64_t unsigned_64bit_int;
>
If you want specific-sized types, that’s the standard C mechanism for
providing them.
>
Les messages affichés proviennent d'usenet.