Liste des Groupes | Revenir à cl c |
Bart <bc@freeuk.com> writes:That should be unsigned int.
[...]I had a problem with this code because it was so verbose. The firstSo you're assuming that unsigned long is 32 bits? (It's 64 bits on the
thing I did was to define aliases u64 and u32 for those long types:
>
typedef unsigned long long u64;
typedef unsigned long u32;
systems I use most.)
Les messages affichés proviennent d'usenet.