Search results for query: *

  1. Y

    Resolved Readline error?

    Ah ha! I managed to sneak around the problem by using sr.peek -1 and changing how other parts of data were arranged in and out of the text file, however, I still had no idea what was wrong! Thanks for the answer though! I would never have figured this out :)
  2. Y

    Answered Reading from collection?

    I am working on a small program that reads items from a text file. The items are the split up into data and used to fill the menuItem() as menuItems. Each instance of menuItem has 3 properties (name(string), price(double), and menuType(string)). As an item is selected, it's price is added to the...
  3. Y

    Resolved Readline error?

    First off, apologies if this is located in the wrong forum! I'm new to the community, and haven't quite familiarized myself with everything yet. Anywhoo, I'm working on a small, simple program to take orders based on menu items and calculate the price. The menu is stored in a text file. When...
Back
Top