Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Re: BlackJack Game can"t figure out how to finsh it.

    I'm confused why you have a method: Card() that looks like the Constructor in the Card class?
    Plus there are several other methods (setFaceName(), setSuitName() and others ) that are in the Card...
  2. Re: BlackJack Game can"t figure out how to finsh it.

    The code you posted does NOT have a definition for the Card class.
    There needs to be a statement like this:
    class Card ....

    You have a method named Card that looks like a constructor.

    I...
  3. Re: BlackJack Game can"t figure out how to finsh it.

    Can't get the program to compile. Need the Card class definition.
Results 1 to 3 of 3