gatilogo / DeckOfCards

A C++ program that simulates the shuffling, sorting and dealing of a set of cards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeckOfCards

Compile: g++ main.cpp helpers.cpp deck.cpp card.cpp -o main

Run: ./main

About

A C++ program that simulates the shuffling, sorting and dealing of a set of cards.


Languages

Language:C++ 94.7%Language:C 5.3%