Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/06/02/01/10/io.h
Language
Watch
Edit
Revision as of 22:54, 6 November 2013 by
MassBot1
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// io.h #include <iostream> #include <fstream> #include <sstream> </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1
// io.h
2
3
4
#include
<iostream>
5
#include
<fstream>
6
7
#include
<sstream>