Liste des Groupes | Revenir à c theory |
On 7/1/2024 9:35 PM, Richard Damon wrote:Your streaching. You know what I mean, and if you want to get finicky, I will pull out the doxens of LIES that you have implicitly admitted to by not providing the references you claimed to have.On 7/1/24 10:09 PM, olcott wrote:See what you agreed to by re-reading the words thatOn 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.
>
you agreed to and you will see that you forgot to lie
this time.
Les messages affichés proviennent d'usenet.