Liste des Groupes | Revenir à theory |
On 5/15/2024 3:17 AM, Mikko wrote:I did, and you LITERALLY are disregarding that truth.On 2024-05-14 19:34:52 +0000, olcott said:Not at all. Not in the least. Deductive proofs cannot rely
>*Anyone that says that I am wrong without knowing C is dishonest*>
First you should prove that you know C.
on an argument from authority.
Anyone that knows C and claims that I am wrong either provides
the required single valid counter-example proving that I am
wrong or meets the
https://dictionary.findlaw.com/definition/reckless-disregard-of-the-truth.htmlMaybe I should file suit.
of defamation cases.
For example, you should show
that you can identify an error in the following code fragemnt:
>
int H(ptr x, ptr x) // ptr is pointer to int function
int D(ptr x)
{
int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
>
int main()
{
H(D,D);
}
>
If you don't, nobody is going to believe that you know C.
>
Les messages affichés proviennent d'usenet.