Re: Flat out dishonest or totally ignorant?

Liste des GroupesRevenir à theory 
Sujet : Re: Flat out dishonest or totally ignorant?
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic
Date : 02. Jul 2024, 03:52:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5vq26$1fg22$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 7/1/2024 9:35 PM, Richard Damon wrote:
On 7/1/24 10:09 PM, olcott wrote:
On 7/1/2024 8:51 PM, Richard Damon wrote:
On 7/1/24 9:25 PM, olcott wrote:
typedef void (*ptr)();
int HHH(ptr P);
>
void Infinite_Loop()
{
   HERE: goto HERE;
}
>
void Infinite_Recursion()
{
   Infinite_Recursion();
}
>
void DDD()
{
   HHH(DDD);
}
>
int main()
{
   HHH(Infinite_Loop);
   HHH(Infinite_Recursion);
   HHH(DDD);
}
>
Every C programmer that knows what an x86 emulator is knows
that when HHH emulates the machine language of Infinite_Loop,
Infinite_Recursion, and DDD that it must abort these emulations
so that itself can terminate normally.
>
Right.
>
>
Then why do you contradict yourself below? Did you forget to lie?
 Because I didn't contradict my self or lie, as the programs are different.
 
See what you agreed to by re-reading the words that
you agreed to and you will see that you forgot to lie
this time.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
6 Jul 25 o 

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal