J'ai tenté comme ça mais il y a une erreur de compilation :
Code :
- istringstream stream1;
- int initial = -1;
- while(initial != 0)
- {
- int i = 0;
- string string1(m_fichier[1][i]);
- stream1.str(string1);
- stream1 >> initial;
- cout << "initial_1 : " << initial << endl; system("PAUSE" );
- stream1.str( "" );
- stream1.clear();
- i = i+2;
- }
|
La ligne de texte se présente comme ceci :
Citation :
1 2 0 ou
10 23 35 733 0 ou
1 0 ou
0 ou
|
Message édité par sebdu94 le 30-04-2008 à 22:32:31