[Interest] Why QString and not std::string?

Konstantin Tokarev annulen at yandex.ru
Fri Jun 15 15:46:37 CEST 2012



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



More information about the Interest mailing list