#include <sstream>#include <string>#include <iostream>using namespace std;int main(){ string String("3.14"); stringstream Str; Str << String; double d; Str >> d; cout << d << endl; cin.get( );}
Se souvenir du profil
Mot de passe oublié ? / Activation de compteCréer un compte
1 598 948 membres 209 nouveaux aujourd'hui 15 441 membres club