Re: Interval Comparisons

Liste des GroupesRevenir à l c 
Sujet : Re: Interval Comparisons
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.c
Date : 07. Jun 2024, 11:42:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3uo5r$21g4g$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.158 (Avdiivka; )
On Fri, 7 Jun 2024 11:22:12 +0200, David Brown wrote:

C++ provides flexible
operator overloading combined with a poverty of available operators, so
the relational operators <, >, <= and >= are sometimes used for
completely different purposes, similar to the >> and << operators.
Chaining relational operators would complicate this significantly, I
think.

Python offers just as flexible operator overloading, and it can handle
this feature without any trouble.

Of course, Python has only a fraction of the complexity of C++. It could
be that an unexpected interaction with some other weird C++ feature could
cause problems.

Date Sujet#  Auteur
5 Jun 24 * Re: Interval Comparisons23Lawrence D'Oliveiro
5 Jun 24 `* Re: Interval Comparisons22bart
5 Jun 24  `* Re: Interval Comparisons21Lawrence D'Oliveiro
6 Jun 24   `* Re: Interval Comparisons20bart
6 Jun 24    `* Re: Interval Comparisons19Lawrence D'Oliveiro
7 Jun 24     `* Re: Interval Comparisons18bart
7 Jun 24      `* Re: Interval Comparisons17Lawrence D'Oliveiro
7 Jun 24       `* Re: Interval Comparisons16Keith Thompson
7 Jun 24        +- Re: Interval Comparisons1Lawrence D'Oliveiro
7 Jun 24        `* Re: Interval Comparisons14David Brown
7 Jun 24         +* Re: Interval Comparisons4Keith Thompson
7 Jun 24         i`* Re: Interval Comparisons3David Brown
7 Jun 24         i `* Re: Interval Comparisons2Keith Thompson
8 Jun 24         i  `- Re: Interval Comparisons1David Brown
7 Jun 24         +* Re: Interval Comparisons8bart
7 Jun 24         i+* Re: Interval Comparisons2Lawrence D'Oliveiro
7 Jun 24         ii`- Re: Interval Comparisons1Michael S
7 Jun 24         i`* Re: Interval Comparisons5David Brown
7 Jun 24         i `* Re: Interval Comparisons4bart
9 Jun 24         i  `* Re: Interval Comparisons3David Brown
10 Jun 24         i   `* Re: Interval Comparisons2bart
10 Jun 24         i    `- Re: Interval Comparisons1David Brown
7 Jun 24         `- Re: Interval Comparisons1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal