Let’s Learn: C++ Machine Problem – Episode 7.2 – Blackjack

Learn Blackjack Video Source & Info:

This is the second part of the tutorial. It will have the codes and the solution.

This tutorial will show you how you can make a blackjack game in C++ using classes and arrays.

Download files in this video at http://indiedevelopment.co

Visit our websites!

.co site: http://indiedevelopment.co
Facebook site http://Facebook.com/IndieDevelopment

Source: YouTube

Share this video:
Let’s Learn: C++ Machine Problem – Episode 7.2 – Blackjack

3 thoughts on “Let’s Learn: C++ Machine Problem – Episode 7.2 – Blackjack

  1. Great tutorial! Thanks for this! I'm not sure if it's something you may have overlooked but the value of the face cards (J, Q, K) are registering as 11, 12, 13 respectively. Shouldn't they all be 10s? How can we fix this?

  2. Not overlooked. Your homework is assigned by a different teacher. The homework I did was not made this way.

    Its fairly easy to do that though.

Comments are closed.