Yurttas/PL/OOL/Cplusplus/F/02/04/03/00/06/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 <memory> using namespace std; const int MAX_SIZE_STRING=32; <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 1// get_put.h
 2
 3
 4#include <iostream>
 5
 6#include <memory>
 7
 8using namespace std;
 9
10const int MAX_SIZE_STRING=32;