#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 873 493 membres 27 nouveaux aujourd'hui 16 151 membres club