Sujet : Re: Top 10 most common hard skills listed on resumes...
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 28. Aug 2024, 18:29:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vanmqh$3ic28$1@dont-email.me>
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/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 28.08.2024 15:52, Thiago Adams wrote:
It was create latter after people realize std::string was bad.
The same for std::array etc... almost everything is a fix in C++.
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).
But there's much more to these two types than you showed here;
you have to consider them in the STL context.
Janis