Sujet : Re: Can you see that D correctly simulated by H remains stuck in recursive simulation?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.c++ comp.lang.cDate : 24. May 2024, 20:57:06
Autres entêtes
Organisation : None to speak of
Message-ID : <877cfj2dbh.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Sam <
sam@email-scan.com> writes:
olcott writes:
>
>
As I already explained, it's syntactically invalid C, that no self-
respecting C compiler will accept as well-formed code.
>
>
Fibber !
>
On 5/20/2024 9:23 PM, Keith Thompson wrote:
The code as presented is a valid C *translation unit*, but it is
not a valid *program*, and it has no behavior.
>
>
Please stop accusing Mr. Thompson. He's only telling you the truth:
the shown code "is not a valid *program*". Which part of that you did
not understand? If you don't believe me, just ask Keith Thompson.
I don't read what olcott posts to comp.lang.c or comp.lang.c++, but it
appears that he was accusing you, Sam, not me. (I have no reason to
think you're lying, but I do think you statement is either incorrect or
unclear.)
That should be the last word on this: your code is not a valid
program. Thank you for playing. You can go home now.
Sam, your claim that it's "syntactically invalid C" is incorrect, unless
you're quibbling about the line numbers that are obviously not intended
to be part of the code.
Are the line numbers the reason you say it's syntactically invalid?
The code olcott posted, with the line numbers removed, is syntactically
valid C. It is not a complete program due to the lack of a definition
for one of the functions. It could be part of a complete program (one
about which, as it happens, I don't care).
Sam, are you trolling? If you're trolling olcott, I don't care, but
please don't do it in comp.lang.c and comp.lang.c++.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */