Sujet : Re: encapsulating directory operations
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 21. May 2025, 02:02:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <100j8nf$2g75r$3@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On Wed, 21 May 2025 09:09:19 +1000, Paul Edwards wrote:
... maybe it is C90 that was wrong to specify argc and argv and
the Pascal people got it right.
The only thing wrong with argc/argv is they should have been globals.
You see how Python handles this, for example, with sys.argv.