Search:

Type: Posts; User: Moose112

Search: Search took 0.01 seconds.

  1. Thread: Help Please

    by Moose112
    Replies
    9
    Views
    1,742

    I got it working correctly now. Thanks everyone...

    I got it working correctly now. Thanks everyone for you help. These forums are such a great learning resource and I can't thank everyone who contributes enough. Thanks for all your input!
  2. Thread: Help Please

    by Moose112
    Replies
    9
    Views
    1,742

    How would I fix this?

    How would I fix this?
  3. Thread: Help Please

    by Moose112
    Replies
    9
    Views
    1,742

    ok I made a few changes using your suggestions...

    ok I made a few changes using your suggestions but I'm still running into a problem. The program doesn't always return values for cost, tax and charges. For instance if I enter 5 for quantity and 8...
  4. Thread: Help Please

    by Moose112
    Replies
    9
    Views
    1,742

    Help Please

    Need a little help with this program please. How come it doesn't return any values (other than 0) for cost, tax, and charges?

    Here's the pseudocode that i coded from:


    input qty
    while qty >...
  5. Replies
    11
    Views
    2,167

    Thank You so much for your help. I didn't know...

    Thank You so much for your help. I didn't know that you could create a separate variable name to store information aka person.name , person.month , person.day....etc.

    That's why I had it setup...
  6. Replies
    11
    Views
    2,167

    All I essentially need is the FillPerson,...

    All I essentially need is the FillPerson, WritePerson, and WhoIsOlder functions but I couldn't figure out a way to make them run by using the indiviual data for Person a and Person b, so I created...
  7. Replies
    11
    Views
    2,167

    Ok I got everything working properly up to the...

    Ok I got everything working properly up to the point when I call the function WhoIsOlder. I need to send both person variables to the function and determine who is older and then write the age...
  8. Replies
    11
    Views
    2,167

    Thank you for your help. I will use your...

    Thank you for your help. I will use your suggestions and see what I can come up with.

    Also does anyone have a good reference for a review of functions? I don't like the way my book is laid out for...
  9. Replies
    11
    Views
    2,167

    so would I have to use cout

    so would I have to use cout << monthlist[a.birth.month - 1] to properly display the month the user entered for the first person ?

    Also I need help with the call statement for the WritePerson()...
  10. Replies
    11
    Views
    2,167

    Problem with structs and functions

    I have to setup a program that sets up a Date Structure (int month, day, year) and a Person structure (name and birthday - using the Date struct). Program needs a function (FillPerson) that asks the...
  11. Replies
    2
    Views
    1,297

    Parallel Array Problem

    I'm not sure if I did this properly. The program works fine but I don think that is what the problem is asking for.

    Any other ways to accomplish this task?

    Thanks in advance!

    Here's the...
  12. Replies
    5
    Views
    1,318

    Thank you so much for your help!!! Got the...

    Thank you so much for your help!!! Got the program up and running in no time.

    Mario - Great idea using clear names to define the different dimensions. I was having a very hard time figuring...
  13. Replies
    5
    Views
    1,318

    Help with multidimensional arrays

    Hello everyone! I'm new to the forums and could use a little help.

    Here's my problem...

    I need to Name and load the rainfall from the following table into an array. Then print the average...
Results 1 to 13 of 13