Liste des Groupes | Revenir à s logic |
On 5/9/2024 9:25 PM, Mike Terry wrote:Has it occurred to you that maybe you have misunderstood something,On 10/05/2024 02:07, olcott wrote:On 5/9/2024 6:43 PM, Mike Terry wrote:On 09/05/2024 04:46, olcott wrote:My issue is that too many people in this forum insist on directlyOn 5/8/2024 10:05 PM, Mike Terry wrote:On 08/05/2024 20:05, olcott wrote:
contradicting the easily verified facts AND THEN CALL ME A LIAR BOUT
THIS SAME ISSUE!!!
I really need someone to shut down the liars about this specific pointShutting down dissenting views?
so I can move on to the next point and complete an actual honest review
of my work before my pod24 diagnosis kills me.
00 int H(ptr x, ptr x) // ptr is pointer to int function 01 int D(ptrOnly if H doesn’t return, which can only happen when an inner H returned
x)
02 {
03 int Halt_Status = H(x, x);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08 09 int main()
10 {
11 H(D,D);
12 }
Any H/D pair matching the above template where D(D) is simulated by the
same H(D,D) that it calls cannot possibly reach past its own line 03.
Les messages affichés proviennent d'usenet.