Convertire un intero in una stringa

di il
10 risposte

Convertire un intero in una stringa

Come da titolo, come si fa a convertire un'int in una string?
ho provato ad usare il comanto to_string ma non lo riconosce...
ho provato, dopo aver ovviamente incluso le librerie iostream e string, :
int x;
string s1;
cin>>x;

s1= to_string(x);
ma mi dà l'errore: [Error] 'to_string' was not declared in this scope
consigli?

10 Risposte

Devi accedere o registrarti per scrivere nel forum
10 risposte