Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/CS/F/02/05/10/00/03/common.h
Language
Watch
Edit
Revision as of 07:28, 7 November 2013 by
MassBot1
(
talk
|
contribs
)
(Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// common.h #include <vector> #include <string> using namespace std; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1
// common.h
2
3
4
#include
<vector>
5
6
#include
<string>
7
8
using
namespace
std
;