In C++ si può fare.
codice:ostringstream oss; int i = 1; oss << "ciao n° " << i; string strFormattata = oss.str();
In C++ si può fare.
codice:ostringstream oss; int i = 1; oss << "ciao n° " << i; string strFormattata = oss.str();
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.