Portál AbcLinuxu, 17. července 2025 12:23
Řešení dotazu:
Standardní cesta: std::ostringstream
std::ostringstream str; str << cislo; str.str()
Asi nejhezčí cesta: boost::format
str(boost::format("%d") % cislo)
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.