Search:

Type: Posts; User: Spitball04

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,601

    I am trying to create a array of Menu objects...

    I am trying to create a array of Menu objects with a array size picked by the user...
    then run though each of those objects in the array and run the newItem fucntion witch is part of the Menu...
  2. Replies
    5
    Views
    1,601

    Dynamic Array of Object Fucntion call.

    Can someone please help me with the piece of code...


    cout << "How many items would you like to enter in the inventory?";
    int arrayLen = reader2.readInt();

    Menu *itemArray;
    itemArray = new...
Results 1 to 2 of 2