Search:

Type: Posts; User: Zimmer

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,042

    That's more like it! It was so simple and right...

    That's more like it! It was so simple and right in front of me. I was so set on the for(). Thanks.

    BTW what is using namespace std; used for?
  2. Replies
    18
    Views
    2,291

    when you store information in arrays you can go...

    when you store information in arrays you can go from 1-20, but c++ stores it as 0-19 within the array.
  3. Replies
    5
    Views
    1,042

    Cleaning up array code

    Hello all. I need a little help on the following code. I do not like the if statements I have but I can not think of a way to get rid of them...anyway to re-write it?



    //displays number of days...
Results 1 to 3 of 3