Yurttas/PL/OOL/Cplusplus/F/04/02/03/01/common.h

From ZCubes Wiki
Revision as of 23:30, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// common.h #include <vector> using namespace std; enum YN {Yes='Y', No='N'}; typedef enum YN YN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1// common.h
 2
 3
 4#include <vector>
 5
 6using namespace std;
 7
 8enum YN {Yes='Y',
 9         No='N'};
10typedef enum YN YN;