want to display the cards to the user - PowerPoint PPT Presentation

About This Presentation
Title:

want to display the cards to the user

Description:

FOR MORE CLASSES VISIT tutorialoutletdotcom Sort the cards in the player and computer hands before displaying them. We want to display the cards to the user sorted by Suit and by Rank. We are considering the order of suits to be from high, to low; spades, hearts, diamonds, clubs in that order. – PowerPoint PPT presentation

Number of Views:3
Slides: 4
Provided by: Fellmen

less

Transcript and Presenter's Notes

Title: want to display the cards to the user


1
EDUCATIONAL COURSESTUTORIALOUTLET
2
want to display the cards to the user
  • FOR MORE CLASSES VISIT
  • tutorialoutletdotcom
  •  
  • Sort the cards in the player and computer hands
    before displaying them.We want to display the
    cards to the user sorted by Suit and by Rank. We
    are considering theorder of suits to be from
    high, to low spades, hearts, diamonds, clubs in
    that order. To do thisjust after your calls to
    create the hands, but before you display the
    cards, add these 2 callsSuperCard computerHand
    myDeck.GetCards(howManyCards) // existing
    lineSuperCard playersHand myDeck.GetCards(howMa
    nyCards) // existing lineArray.Sort(computerHand
    ) // add this line here

3
EDUCATIONAL COURSES TUTORIALOUTLET
Write a Comment
User Comments (0)
About PowerShow.com