Including source code within the wiki/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(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");
ofstream out ("file.dat");
ostringstream oss (ostringstream::app);
ostringstream oss (ostringstream::app);
oss.precision(5);
oss.precision(5);
1,221

edits

Navigation menu