vendredi 27 mars 2015

Three Integers into 1 string with spacebars;

I have input like this:



1581 303 1127 Bravo


I want to put it into strings like this:



string a="1581 303 1127";
string b="Bravo";


How can i do that?


Aucun commentaire:

Enregistrer un commentaire