Search:

Type: Posts; User: BigAl75

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,141

    Thanks. I ended up doing it like this and it...

    Thanks. I ended up doing it like this and it works fine. Thanks again for the help.


    for(numbers = 0; numbers < maxlist; numbers++)
    {
    infile>>list[numbers];
    if((numbers +...
  2. Replies
    3
    Views
    2,232

    Try chaning hosts. I use superusers.net, and...

    Try chaning hosts. I use superusers.net, and love it!! Unlimited bandwidth for $9.95 (USD) a month. They have many options for what ever your price range.

    And no, I don't work for them. I just...
  3. Replies
    7
    Views
    1,141

    Thanks for the help.

    Thanks for the help.
  4. Replies
    7
    Views
    1,141

    OK, only thing I can find on the % is using it...

    OK, only thing I can find on the % is using it for dividing numbers. There's nothing in the book about using it for displaying output. Anyone got any ideas?
  5. Replies
    7
    Views
    1,141

    Thanks for the tip.

    Thanks for the tip.
  6. Replies
    7
    Views
    1,141

    Formatting output

    My code is working perfectly, except for one thing. I need to display my output in the following format:

    1 2 3 4 5
    6 7 8 9 10
    11 12 13 14 15
    16 17 18 19 20

    (no more than 5 numbers per line)...
  7. Replies
    5
    Views
    1,978

    I'm taking C++ in college right now, and wanted...

    I'm taking C++ in college right now, and wanted to do this for work. I asked my teacher about it, and she told me that there was no way to do it with C++, and visual basics would be a better choice...
Results 1 to 7 of 7