Liste des Groupes | Revenir à cl c |
On 02/04/2025 16:12, Muttley@DastardlyHQ.org wrote:And how often do you hard code values that large into a program? AlmostMeh.>
What's the problem with it? Here, tell me at a glance the magnitude of this number:
>
10000000000
Well fair enough, I thought it was some new binary type. Yes those are useful.We've had bitfields for years which cover most use cases.>
Bitfields and binary literals are completely different things! A binary literal looks like this (if I got the prefix right):
>
0b1_1101_1101 // the decimal value 447 or hex value 1DD
0b11011101 // same thing without the separators
Les messages affichés proviennent d'usenet.