CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <iostream>
#include <string>
#include <cstdlib>
#include <vector>
#include <ctime>
using namespace std;
/*
Code By: Zeke Williams
Date: September 10, 2017
Instructions:
JUST HIT RUN!
OPTIONAL:
you can change to texas hold em in main()
Version: 1.05
Updates:
1.05 - Commented EVERYTHING for learning purposes
1.04 - Re-Wrote most of the code to fix the things I did in v1.03. I
Also added an opponent's hand for both game modes! So now you
aren't just playing for a high score.
Planned additions:
More types of card games that would work for this.
Description:
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run