1,221
edits
(Created page with "== Exemple == Voici un exemple de code C++ créé avec la balise <nowiki><syntaxhighlight lang="cpp" line> ... </syntaxhighlight></nowiki>.") |
(Updating to match new version of source page) |
||
Line 32: | Line 32: | ||
int buff_size = 50*1024*1024; | int buff_size = 50*1024*1024; | ||
ofstream out ("file.dat"); | |||
ostringstream oss (ostringstream::app); | ostringstream oss (ostringstream::app); | ||
oss.precision(5); | oss.precision(5); |
edits