Thread: Blackjack

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    17

    Blackjack

    i have programed blackjack it works but i know there is a better way of doing it. Does anybody know where i can find source code for a simple game of blackjack.

    i was once told that the best way to learn is to try it yourself, then find out how to do it right. then do it right yourself
    When i find myself in times of trouble. mother mary comes to me, speaking words of wisdom, let it be C

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > i have programed blackjack it works
    Good job

    > but i know there is a better way of doing it
    So do it then.
    Having written a program once, it's usually pretty easy to decide that some bits could have been done better.

    > Does anybody know where i can find source code for a simple game of blackjack.
    Your harddisk would be my first guess
    Or perhaps here

    > i was once told that the best way to learn is to try it yourself
    This is true.
    Why not post your attempt for others to comment on?

    > then find out how to do it right
    There isn't a single 'right' way to do any program. Various implementations may be smarter, faster, smaller; but that doesn't make any one of them more 'right' than the others.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple Blackjack Program
    By saber1357 in forum C Programming
    Replies: 1
    Last Post: 03-28-2009, 03:19 PM
  2. Help with Blackjack program
    By sugie in forum C++ Programming
    Replies: 1
    Last Post: 04-30-2005, 12:30 AM
  3. BlackJack
    By gsoft in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 01-04-2005, 01:09 PM
  4. Blackjack!
    By Dr. Bebop in forum Game Programming
    Replies: 1
    Last Post: 10-03-2002, 08:58 PM
  5. BlackJack Program...
    By 67stangman in forum C++ Programming
    Replies: 3
    Last Post: 05-06-2002, 10:44 PM