Portál AbcLinuxu, 10. září 2025 08:54
Ř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.