Search:

Type: Posts; User: carrman

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    1,811

    I think that it is only supposed to be read 16...

    I think that it is only supposed to be read 16 times
  2. Replies
    14
    Views
    1,811

    So I should take out indata

    So I should take out
    indata<<count;
  3. Replies
    14
    Views
    1,811

    Ok, so, so far the program would look somethin...

    Ok, so, so far the program would look somethin like this.
    #include <iostream.h>

    void main()
    int x[50];

    indata.open ("computer.dat");
    indata >>count;

    for ( int i=0; i<50; i++)
  4. Replies
    14
    Views
    1,811

    ok so for the 1st part...the syntax would be like...

    ok so for the 1st part...the syntax would be like first
    the
    #include <iostream.h>


    void main()
    int x[50];

    And for the 2nd part it would look somethin like this? im not to sure i really...
  5. Replies
    14
    Views
    1,811

    I need help writing a c++ program please..

    ok im in a computer programming class, I really do not understand it to well. Ive gotten threw the first 4 projects but i cant seem to pass the next 1. I am gonna write what my paper says. and if...
Results 1 to 5 of 5