Liste des Groupes | Revenir à theory |
On 7/22/2024 6:27 AM, Richard Damon wrote:Right, and thus the HHH that DDD calls will return to DDD and DDD will halt.On 7/22/24 12:49 AM, olcott wrote:void DDD()On 7/21/2024 6:37 AM, Richard Damon wrote:>On 7/21/24 12:15 AM, olcott wrote:>On 7/20/2024 10:51 PM, Richard Damon wrote:>>>
No, the SIMULA*TION* stops running, the SIMULATED (which is the actual program) behaviof continues.
>
Yes you are clueless.
>
void DDD()
{
HHH(DDD);
return;
}
>
When the simulation stops running the whole program
exits to the operating system.
>
Which just shows you don't understand the MEANING of the behavior of a program.
>
Behvior is the UNCHANING attribute of what the program does when it is run. As such, aborting a simulation of it doesn't stop behavior.
>
*You are still totally clueless*
>
As soon as HHH(DDD) aborts its simulation HHH immediately
exits to the operating system.
>
No it return to its caller, or it isn't a decider.
>
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Unlike you I can admit my mistake.
As soon as HHH(DDD) aborts its simulation HHH immediately
returns to main() and
exits to the operating system.
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer
Les messages affichés proviennent d'usenet.