Liste des Groupes | Revenir à s logic |
On 22/03/24 20:47, olcott wrote:If a counter-example exists for abort decider H in C then itOn 3/22/2024 2:44 PM, immibis wrote:That's a different program that cannot be translated to a Turing machine.On 22/03/24 19:41, olcott wrote:>01 int D(ptr x) // ptr is pointer to int function>
02 {
03 int Halt_Status = H(x, x);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08
09 void main()
10 {
11 H(D,D);
12 }
Incomplete program. When you run it, it prints "Error: Undefined function H" and then halts.
>
That you ignore what I say seems far too Trollish
https://github.com/plolcott/x86utm/blob/master/Halt7.c
Les messages affichés proviennent d'usenet.