CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mikemarks@live.com

Search: Search took 0.02 seconds.

  1. Re: Need Help!!! Creating a Rummikub console app.

    Thank you very much treuss. Your help is greatly appreciated. I will heed your advice and see what I can come up with.
  2. Re: Need Help!!! Creating a Rummikub console app.

    Hi, and thanks for replying... I will be sure to indent my code. Sorry about that. Class Rummikub is the base class for the game. At the moment, all it does is create and shuffle the 106 tiles. ...
  3. Need Help!!! Creating a Rummikub console app.

    I just started to write this program. Right now I have 2 main classes- class Rummikub which contains a pool of 106 tiles which I declared as a private data member- string tiles[106]. I also have...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured