Re: question about nullptr

Liste des GroupesRevenir à cl c 
Sujet : Re: question about nullptr
De : dave_thompson_2 (at) *nospam* comcast.net
Groupes : comp.lang.c
Date : 25. Aug 2024, 21:55:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <5g6ncjdsjfe86osi00k8il2ijlfbu8ouva@4ax.com>
References : 1 2 3 4 5
User-Agent : Forte Agent 3.3/32.846
On Mon, 15 Jul 2024 19:49:08 -0400, James Kuyper
<jameskuyper@alumni.caltech.edu> wrote:

On 7/15/24 18:51, Lawrence D'Oliveiro wrote:
[silliness]
Keep in mind that, in text mode, the <stdio.h> library routines use '\n'
in memory to represent whatever platform-specific method is used in
files to indicate a new line. For example, that can be a simple '\n' on
typical Unix-like machines, '\n\r' or '\r\n' on other operating systems,
and on a number of older systems, it could be converted to and from a
fixed-size block with a character count at the the beginning of the
block. There's no requirement that it be the Unicode line feed character.

I never knew any older system that used a fixed-size block (or rather
record, which in those days was not the same as block) AND prefix
count in the same file, although OS/360 et seq used ONE of them.

And Tandem Enscribe used either offset or count fields (depending on
structure) at _end_ of block, near but not adjacent to records, except
for textfiles had prefix counts per line AND word (of nonblanks) --
but the initial versions of their C implementation couldn't handle
textfiles, so you had to convert them to and from 'data'.

Date Sujet#  Auteur
6 Jul 24 * question about nullptr145Thiago Adams
6 Jul 24 +- Re: question about nullptr1Bonita Montero
6 Jul 24 +- Re: question about nullptr1John McCue
6 Jul 24 +* Re: question about nullptr114Kaz Kylheku
6 Jul 24 i+- Re: question about nullptr96Janis Papanagnou
6 Jul 24 i+* Re: question about nullptr4bart
7 Jul 24 ii`* Re: question about nullptr3Lawrence D'Oliveiro
7 Jul 24 ii +- Re: question about nullptr1Keith Thompson
7 Jul 24 ii `- Re: question about nullptr1bart
12 Jul 24 i`* Re: question about nullptr13Richard Harnden
12 Jul 24 i +* Re: question about nullptr4Kaz Kylheku
13 Jul 24 i i`* Re: question about nullptr3Kaz Kylheku
13 Jul 24 i i +- Re: question about nullptr1James Kuyper
13 Jul 24 i i `- Re: question about nullptr1Keith Thompson
14 Jul 24 i +- Re: question about nullptr1Tim Rentsch
15 Jul 24 i `* Re: question about nullptr7Lawrence D'Oliveiro
16 Jul 24 i  +- Re: question about nullptr1Keith Thompson
16 Jul 24 i  `* Re: question about nullptr5James Kuyper
16 Jul 24 i   +- Re: question about nullptr1Keith Thompson
25 Aug 24 i   `* Re: question about nullptr3dave thompson 2
25 Aug 24 i    +- Re: question about nullptr1Richard Damon
26 Aug 24 i    `- Re: question about nullptr1James Kuyper
6 Jul 24 `* Re: question about nullptr28Richard Damon
6 Jul 24  `* Re: question about nullptr27David Brown
7 Jul 24   +* Re: question about nullptr2Lawrence D'Oliveiro
7 Jul 24   i`- Re: question about nullptr1David Brown
7 Jul 24   +- Re: question about nullptr1Thiago Adams
9 Jul 24   `* Re: question about nullptr23Richard Harnden
9 Jul 24    `* Re: question about nullptr22Chris M. Thomasson
9 Jul 24     `* Re: question about nullptr10Chris M. Thomasson
9 Jul 24      `* Re: question about nullptr9Ben Bacarisse
9 Jul 24       `* Re: question about nullptr8Chris M. Thomasson
9 Jul 24        `* Re: question about nullptr7Chris M. Thomasson
10 Jul 24         +- Re: question about nullptr1Ben Bacarisse
10 Jul 24         `* Re: question about nullptr5James Kuyper
25 Aug 24          `* Re: question about nullptr4dave thompson 2
26 Aug 24           `* Re: question about nullptr3James Kuyper
26 Aug 24            `* Re: question about nullptr2Keith Thompson
26 Aug 24             `- Re: question about nullptr1James Kuyper

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal