Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    Where does the program assign a value to the storeID variable? The compiler thinks there is a way for it to not have a value.
  2. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    Where is the variable: employeeID used in the code you just posted???
  3. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    Please post the code and the error messages.


    For methods in the Store class to access data in the StoreSource class, you can add some methods to the StoreSource class that the Store class...
  4. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    If there is no confusion with having the same name, then leave it.
  5. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    storeSource storeID[];
    int[] storeID =

    The first storeID array is a different type than the second one.

    Can you explain your problem now and show the code where you are having problems. Also...
  6. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    What are each of the two arrays used for? Are they related in any way or are they completely independent of each other?
  7. Replies
    18
    Views
    2,195

    [SOLVED] Re: Arrays being initialized from another class

    Do you have two variables named: storeID?
    That can be confusing
Results 1 to 7 of 7