Sujet : Re: Top 10 most common hard skills listed on resumes...
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 28. Aug 2024, 18:33:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vann0k$3icu4$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
Am 28.08.2024 um 19:29 schrieb Janis Papanagnou:
You can consider them "fixes" of char* or char[] and sometype[],
respectively, as something fundamentally amiss in C++'s "C"-base
(i.e., if at all, it's rather a "C" fix).
The difference is that usually you've not a null-terminator inside
the view. So you can't use the string_view for a C-function. But
where you use a string_view this normally isn't necessary.