继续");?Р?cin.get();Р}Рchar Get_" /> 继续");?Р?cin.get();Р}Рchar Get_" />

全文预览

南京理工大学c++课程设计—扑克游戏

上传者:hnxzy51 |  格式:doc  |  页数:18 |  大小:10014KB

文档介绍
' ';Р i++;Р }Р m_Suit = ' '; Р m_Value = 0;Р}Рvoid Program_Init()Р{Р?Center_Text("扑克牌游戏");Р?cout << endl <<"\n" ; Р?Center_Text("by YoriFish");Р?Center_Text("单击<Return> 继续");?Р?cin.get();Р}Рchar Get_Key()Р{Р?char x;Р?x = cin.get();Р?cout << endl;Р?return x;Р}Рvoid Playing_Card::showcard()Р{ Р?cout << " ";Р?cout << m_Face ;Р?cout.width(1);Р?cout << m_Suit;Р?cout << " ";Р?Р}Рvoid Center_Text(char ShellText[80])Р{Р?int length;Р?int center;Р?length= strlen(ShellText);Р?center = (80 - length)/2;Р?for(;center!=0;center--)Р?{Р cputs(" ");Р?}Р?cputs(ShellText);Р?cout<<endl; //增加Р}Р Рint get_number()Р{Р?int Input_Integer = 0;Р?Center_Text("Please enter an integer between 0 and 53. 54 to quit."); //Р?cout << endl;Р?cin >> Input_Integer;Р?return Input_Integer;Р}Рvoid Playing_Card::Card_Make(int num)

收藏

分享

举报
下载此文档