Sujet : What is the correct halt status for HHH(DDD) ? De : polcott333 (at) *nospam* gmail.com (olcott) Groupes :comp.lang.ccomp.lang.c++ Date : 13. Jul 2024, 17:48:18 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<v6ub4i$3luop$1@dont-email.me> User-Agent : Mozilla Thunderbird
What is the correct halt status for an input to a simulating termination analyzer that calls its own termination analyzer? typedef void (*ptr)(); int HHH(ptr P); void DDD() { HHH(DDD); } int main() { HHH(DDD); } -- Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer