Sujet : Re: Command line globber/tokenizer library for C?
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 12. Sep 2024, 18:02:35
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbv6r1$bhc9$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
Am 12.09.2024 um 18:28 schrieb Bart:
BM's C++ version doesn't handle embedded quotes or single quotes either.
> Neither expand wildcards into sequences of filename arguments.
Ok, that must be impossible with C++.
I just wanted to show how to do it basically and what are the
advantages: no intermediate data structure through functional
progtamming and debug iterators.