C++斗地主(建议用DEV实现)
#include<bits/stdc++.h>#define PLAYERCOUNT 3#define CARDSCOUNT 54#define CURRENTPLAYER 0#define VALUECOUNT 17#define ERROR -1 using namespace std;const char toFigure[]="34567890JQKA 2YZ";enum COLOR{ //花色显示ASCII: 3~6 eHEART