8000 GitHub - zdleaf/Blackjack: Object Oriented blackjack game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zdleaf/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code tested and compiled on Debian WSL using g++ compiler version 4:8.3.0-1 as below. The code was entirely written using Virtual Studio Code with C++ plugin/extension.

To compile code run the following command or equivilent in the root directory:
g++ src/*.cpp -I. -o main -std=c++11

then run with ./main

All .cpp files to be compiled are in /src and relevant header files in /include. No configuration is required.

About

Object Oriented blackjack game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0