Yurttas/PL/OOL/Cplusplus/F/07/03/00/01/05/common.h

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