Re: Can anyone help me figure out how to get my blackjack working?
use code tags please.
you're using a class "deck" in the file, but don't include the class file anywhere, unless deck is defined in globals.
if it's not in globals, include the file in there see if that helps. otherwise you need to post more information as 1) we don't know what's wrong with it, 2) can't test the class if we don't have the class definition.