XPost: comp.theory, comp.lang.c++   
   From: polcott333@gmail.com   
      
   On 11/24/2025 4:25 PM, Kaz Kylheku wrote:   
   > On 2025-11-24, olcott wrote:   
   >> On 11/24/2025 1:30 PM, Kaz Kylheku wrote:   
   >>> On 2025-11-24, olcott wrote:   
   >>>> On 11/24/2025 12:12 PM, Mike Terry wrote:   
   >>>>> Right - in terms of their results when called.   
   >>>>   
   >>>> So stupidly incorrect that I can't believe   
   >>>> that Mike believes this.   
   >>>   
   >>> Maybe the stupid one is you, and other people who are agree with each   
   >>> other are right?   
   >>>   
   >>> Naaaah, that could not possibly be ...   
   >>>   
   >>> You must have deep connections in the US Department of Defense;   
   >>> otherwise, how the hell did you get your hands on such a   
   >>> high weapons-grade Dunning Kruger ...   
   >>>   
   >>   
   >> That you only have mere empty rhetoric that   
   >> has no basis seems to prove that you know   
   >> that you are not telling the truth.   
   >   
   > Are you saying you are disappointed that your relevant and   
   > substantial bit of rhetoric above, namely;   
   >   
   > "So stupidly incorrect that I can't believe mike believes this"   
   >   
   > did not elicit an equally deep followup?   
   >   
      
   I presented correct reasoning many thousands of times.   
      
   typedef int (*ptr)();   
   int HHH(ptr P);   
   int HHH1(ptr P);   
      
   int DD()   
   {   
    int Halt_Status = HHH(DD);   
    if (Halt_Status)   
    HERE: goto HERE;   
    return Halt_Status;   
   }   
      
   int main()   
   {   
    HHH(DD);   
   }   
      
   HHH simulates DD that calls HHH(DD)   
   that simulates DD that calls HHH(DD)...   
   that never stops running until aborted   
      
   HHH1 simulates DD that calls HHH(DD) that   
   returns to DD that returns to HHH1.   
      
      
   --   
   Copyright 2025 Olcott   
      
   My 28 year goal has been to make   
   "true on the basis of meaning" computable.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|