我正在寫在C小撲克應用程序,我有計數器刷新,順子的數量等 主要功能: int main(void) {
int i, j;
int numHands = 0;
int flushCount = 0;
int straightCount = 0;
int xOfAKindCount = 0;
int straightFlushCount
所以,我必須使用函數/方法和數組創建一個撲克手形程序。 下面是一個示例輸出,我需要有: Enter five numeric cards, no face cards. Use 2 - 9.Card 1: 8
Card 2: 7
Card 3: 8
Card 4: 2
Card 5: 7
Two Pair!
Enter five numeric cards, no face car
我對撲克股進行了研究。我所做的是使用一些選定的pokerstove程序。並用該程序使用枚舉所有方法計算股票。所以pokerstove結果: 我也做了,我存儲在隨機結果的表: CREATE TABLE poker_results
(
id int NOT NULL AUTO_INCREMENT,
matches_id int NOT NULL, -- just for filtering in