Sujet : Re: question about linker
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 30. Nov 2024, 04:13:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vidvsi$1g5a2$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 30.11.2024 01:57, Bart wrote:
[...]
In my language [...],
variables declared in the same declaration have 100% the same type. If
they are even 1% different, then that is a separate type and they need
their own declarations. They are no gradations!
Reminds me the Pascal days, where (depending on the Pascal dialect)
there were differences what grade of Strong Typing was implemented.
Is a homonymous type declarator the same type, or only if the same
'type' declaration is used? - was a question that had been answered
differently by Pascal implementations. (IIRC)
Janis