Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,294

    Re: Need help coding Dice rolling simulation

    Well, it seems that you don't have concepts of OOP.
    Your die1 and die2 are not static in your DicePair class. They are just objects of Die class that are never instantiated. What you do in...
  2. Replies
    6
    Views
    2,294

    Re: Need help coding Dice rolling simulation

    There are many errors in your program.
    Read the tutorials, start with a small program and move towards the bigger ones. Don't just jump, trying the examples consisting of multiple classes. You must...
Results 1 to 2 of 2