CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Help W/Arrays

Threaded View

  1. #1
    Join Date
    Sep 2002
    Location
    Cali
    Posts
    1

    Help W/Arrays

    Hey guys,
    I'm very very new to C++ and very very confused. We have to write a program to deal five "cards" from a shuffled deck of 52 which I 've done but I can't figure out how to read those "cards" into array so I can compare them to see if there are two of kind, flush etc. I need to read them into a double subscripted array i.e. one column for suit ( Hearts, Diamonds etc) and one column for face value ( one, two, three) etc...this is the code I have so far...if anyone can help me that'd be awesome!!!!
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured