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

 1// get_put.h
 2
 3
 4#include <iostream>
 5
 6#include <memory>
 7
 8using namespace std;
 9
10const int MAX_SIZE_STRING=32;