Search:

Type: Posts; User: IkeIII

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,083

    Trouble with moving array through classes

    This is in my main class and method. I let the user select a character (called a champion), and then ,depending on which character they pick, I want to assign their stats as different values in an...
  2. Re: How to use constructors and class objects together.

    I only had the "savings" variable declared in the second block of code before, so when I called the objects from the other class within my switch I couldn't use it as the parameter. I put another...
  3. Re: How to use constructors and class objects together.

    Okay, so I have a lot more written now. I'm still having trouble with the first part accessing the second. I have added the obj to access it, but I keep getting error messages for my variable so I...
  4. How to use constructors and class objects together.

    I have an assignment to make a program that will use classes and objects to set up a piggy bank system.
    It should have a separate class that contains all of the actual calculations. I've been...
Results 1 to 4 of 4