Sujet : Re: Is Richard a Liar?
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theoryDate : 15. May 2024, 10:17:25
Autres entêtes
Organisation : -
Message-ID : <v21r2l$otc2$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 22 23 24 25 26 27 28 29 30 31 32 33
User-Agent : Unison/2.2
On 2024-05-14 19:34:52 +0000, olcott said:
*Anyone that says that I am wrong without knowing C is dishonest*
First you should prove that you know C. For example, you should show
that you can identify an error in the following code fragemnt:
int H(ptr x, ptr x) // ptr is pointer to int function
int D(ptr x)
{
int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
H(D,D);
}
If you don't, nobody is going to believe that you know C.
-- Mikko