Yurttas/PL/OOL/Cplusplus/F/06/02/01/09/io.h

From ZCubes Wiki
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)
Jump to navigation Jump to search
1// io.h
2
3
4#include <iostream>
5#include <fstream>
6
7#include <sstream>