Search:

Type: Posts; User: Haal

Search: Search took 0.00 seconds.

  1. Thread: C++ Array Help

    by Haal
    Replies
    12
    Views
    1,979

    @Whiteflags - This is what I was confused about. ...

    @Whiteflags - This is what I was confused about. I have never worked with anything like this before so I do not know what it means. I am not trying to have you do this for me. I am simply asking...
  2. Thread: C++ Array Help

    by Haal
    Replies
    12
    Views
    1,979

    OK here is what I have so far and as of right now...

    OK here is what I have so far and as of right now it works. Except I have one question.


    string names[15];
    int ages[3];
    char answer = 'y';


    while(answer == 'y'|| answer == 'Y')
    {
  3. Thread: C++ Array Help

    by Haal
    Replies
    12
    Views
    1,979

    Could you explain to me what is happening here? ...

    Could you explain to me what is happening here? I am confused
  4. Thread: C++ Array Help

    by Haal
    Replies
    12
    Views
    1,979

    Every time I try to run this it asks me for the...

    Every time I try to run this it asks me for the name and once I hit enter It keeps running. It does not let me enter a age or ask if I want to run this program again.




    int main()
    {

    ...
  5. Thread: C++ Array Help

    by Haal
    Replies
    12
    Views
    1,979

    C++ Array Help

    I am writing a program that prompts the user for the name and age of a group of people. The group's size is unknown initially, so the program must keep asking the user if they want to enter more...
  6. Thread: C++ Help

    by Haal
    Replies
    9
    Views
    1,068

    Thanks everyone

    Thank you everyone for all the help! I have never been to a forum where people were so quick to respond and I really appreciate it!
  7. Thread: C++ Help

    by Haal
    Replies
    9
    Views
    1,068

    Here is what I have so far but if the number is...

    Here is what I have so far but if the number is negative then it displays the wrong answer. I know there is probably an easier way to figure this out, but it has been forever since I have worked...
  8. Thread: C++ Help

    by Haal
    Replies
    9
    Views
    1,068

    Thank you guys for the replies! I understand how...

    Thank you guys for the replies! I understand how I would do the do the subtraction to get the 2 closest numbers, but the problem I am having is how would I keep track of those numbers? does anyone...
  9. Thread: C++ Help

    by Haal
    Replies
    9
    Views
    1,068

    C++ Help

    I haven't taken a C++ class in over a year and I am asking for some help. I do not want anyone to give me the answer just to walk me through how to answer this.

    Here is the question:

    Design an...
Results 1 to 9 of 9