codice: string nota; //... if(nota.IndexOf('\x00a')) { //... } ---EDIT--- Arrivo tardi...
string nota; //... if(nota.IndexOf('\x00a')) { //... }
Amaro C++, il gusto pieno dell'undefined behavior.
Regole del Forum