Sujet : Re: Baby X is bor nagain
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 14. Jun 2024, 07:47:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4gp1u$2p8r0$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
Am 13.06.2024 um 17:32 schrieb bart:
What about it? If you specify the bounds of the char array, then a terminator won't be added.
This works in C but not in C++. With g++ you've to specify -fpermissive
to make that work also in C++.