[C++] <string> tout bug !!!
Fermé
KX
-
26 mai 2010 à 11:51
KX Messages postés 16754 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 - 26 mai 2010 à 18:37
KX Messages postés 16754 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 - 26 mai 2010 à 18:37
A voir également:
- [C++] <string> tout bug !!!
- Bug yahoo mail - Accueil - Mail
- Bug chatgpt - Accueil - Intelligence artificielle
- Cannot access offset of type string on string - Forum PHP
- Iptv bug - Forum Box et Streaming vidéo
- Iptv bug forum ✓ - Forum Box et Streaming vidéo
2 réponses
KX
Messages postés
16754
Date d'inscription
samedi 31 mai 2008
Statut
Modérateur
Dernière intervention
25 novembre 2024
3 020
26 mai 2010 à 18:37
26 mai 2010 à 18:37
Bon j'ai trouvé, je ne sais pas trop pourquoi, mais après plusieurs manipulations avec mon objet std::string, l'attribut privé _MySize valait 0, alors que la chaîne _Buf était toujours correcte.
Du coup j'ai recréé un objet std::string directement avec le c_str() du premier et ça marche !
Du coup j'ai recréé un objet std::string directement avec le c_str() du premier et ça marche !
26 mai 2010 à 18:30
La manipulation de std::string en C++ est ainsi bien plus facile (du moins en théorie) que celle des char* en C et surtout plus sûre car il n'y a pas d'allocation de mémoire à faire manuellement,