15.06.2012, 16:58, "Thiago Macieira" <thiago.macieira at intel.com>: > Any one care to give me the Standard Library equivalent of: > > QString::number(x) static_cast<ostringstream*>( &(ostringstream() << x ) )->str(); -- Regards, Konstantin