Il y a bien ça qui marche, mais c'est sensible aux espaces / tabulations en fin de ligne.
wxFileInputStream input( "fichier.csv" );
wxTextInputStream text( input );
text.SetStringSeparators("\";");
field[0] = text.ReadWord ();
Je continue donc à chercher mieux.
# Il y a bien ça, mais...
Posté par Robert VISEUR . En réponse au message Lecture CSV sous wxWindows. Évalué à 2.