Liste des Groupes | Revenir à c theory |
*I will abide by your wish and not post any*And since I proved otherwise, proves that your understanding of simple software engineering is deficient.
*copy of your reply outside of this thread*
I really need someone to shut down the liars about this specific
point so I can move on to the next point and complete an actual
honest review of my work before my pod24 diagnosis kills me.
*Validation of POD24 as a robust early clinical end point of*
*poor survival in FL from 5225 patients on 13 clinical trials*
https://pubmed.ncbi.nlm.nih.gov/34614146/
00 int H(ptr x, ptr x) // ptr is pointer to int function
01 int D(ptr x)
02 {
03 int Halt_Status = H(x, x);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08
09 int main()
10 {
11 H(D,D);
12 }
Any H/D pair matching the above template where D(D) is simulated
by the same H(D,D) that it calls cannot possibly reach past its own
line 03. Simple software engineering verified fact.
Les messages affichés proviennent d'usenet.