Retourner au contenu associé (journal : OpenShot abandonne Gtk+...)
Posté par Guillaume Denry (site web personnel) le 26 avril 2013 à 15:19. En réponse au journal OpenShot abandonne Gtk+.... Évalué à 4.
float pi = 3.141592; std::ostringstream f; f << pi; std::string result = f.str(); Ça fait 50 lignes ça ?
float pi = 3.141592; std::ostringstream f; f << pi; std::string result = f.str();
Ça fait 50 lignes ça ?
ça reste toujours moins concis et expressif que :
QString str = QString::number(pi);
:)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Trollons
Posté par Guillaume Denry (site web personnel) . En réponse au journal OpenShot abandonne Gtk+.... Évalué à 4.
ça reste toujours moins concis et expressif que :
QString str = QString::number(pi);
:)