Yurttas/PL/OOL/Cplusplus/F/02/04/03/00/07/get put.h

Revision as of 22:07, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// get_put.h #include <iostream> #include <string> using namespace std; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1// get_put.h
2
3
4#include <iostream>
5#include <string>
6
7using namespace std;