Sujet : Re: Every sufficiently competent C programmer knows
De : rjh (at) *nospam* cpax.org.uk (Richard Heathfield)
Groupes : comp.theoryDate : 11. Mar 2025, 07:25:57
Autres entêtes
Organisation : Fix this later
Message-ID : <vqol1l$1r2gb$4@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 10/03/2025 23:41, olcott wrote:
typedef void (*ptr)();
int HHH(ptr P);
void Infinite_Loop()
{
HERE: goto HERE;
return;
}
void Infinite_Recursion()
{
Infinite_Recursion();
return;
}
void DDD()
{
HHH(DDD);
You forgot to show the code for HHH().
Heads up: the insolubility of the Halting Problem is already well-known.
-- Richard HeathfieldEmail: rjh at cpax dot org dot uk"Usenet is a strange place" - dmr 29 July 1999Sig line 4 vacant - apply within