Deutsch   English   Français   Italiano  
<vso9hj$350qs$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Muttley@DastardlyHQ.org
Newsgroups: comp.lang.c
Subject: Re: "A diagram of C23 basic types"
Date: Fri, 4 Apr 2025 09:42:11 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <vso9hj$350qs$1@dont-email.me>
References: <87y0wjaysg.fsf@gmail.com> <vsj1m8$1f8h2$1@dont-email.me> <vsj2l9$1j0as$1@dont-email.me> <vsjef3$1u4nk$1@dont-email.me> <vsjg6t$20pdb$1@dont-email.me> <vsjgjn$1v1n4$1@dont-email.me> <vsjk4k$24q5m$1@dont-email.me> <vsjlcp$230a5$1@dont-email.me> <vsjmdl$277bk$1@dont-email.me> <VsdHP.1828827$TBhc.1078002@fx16.iad> <vslhtf$80fo$1@dont-email.me> <0JwHP.5715$j2D.3724@fx09.iad>
Injection-Date: Fri, 04 Apr 2025 11:42:11 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c4d4e4980b3de0ab40f443eec29dc220";
	logging-data="3310428"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18ZEeMKhsga3kiHnhWOg+fO"
Cancel-Lock: sha1:BGtjXx9ym8fZUAkQHAxq/GNcboI=

On Thu, 03 Apr 2025 14:14:20 GMT
scott@slp53.sl.home (Scott Lurndal) wibbled:
>Muttley@DastardlyHQ.org writes:
>>On Wed, 02 Apr 2025 16:20:05 GMT
>>scott@slp53.sl.home (Scott Lurndal) wibbled:
>>>Muttley@dastardlyhq.com writes:
>>>>On Wed, 2 Apr 2025 16:33:46 +0100
>>>>bart <bc@freeuk.com> gabbled:
>>>>>On 02/04/2025 16:12, Muttley@DastardlyHQ.org wrote:
>>>>>> Meh.
>>>>>
>>>>>What's the problem with it? Here, tell me at a glance the magnitude of 
>>>>>this number:
>>>>>
>>>>>     10000000000
>>>>
>>>>And how often do you hard code values that large into a program? Almost
>>>>never I imagine unless its some hex value to set flags in a word.
>>>
>>>Every day, several times a day. 16 hex digit constants are very
>>>common in my work.  The digit separator really helps with readability,
>>
>>Oh really? What are you doing, hardcoding password hashes?
>
>Modeling a very complicated 64-bit system-on-chip.

If you're hardcoding all that you're doing it wrong. Should be in some kind
of loaded config file.