We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
This is a simple simulator of deck of cards from 1 to 52. There are functions for shuffling the deck and viewing the cards
Arun Kumar Devarajulu
The project is licensed with an MIT License
The directory/include contains the header file for the Cards class.
The directory/src contains the source and implementation files for the Cards class.
Please copy paste the following commands in your Ubuntu terminal :
cd Documentsgit clone https://github.com/arunumd/Cards-Simulator.gitcd ~/Cards-Simulatormkdir buildcd buildcmake .. && makeapp/cards-task
Later, please follow on-screen instructions on how to navigate through the program.