Search:

Type: Posts; User: wowolinda

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,652

    Sorry, Im half way there. I just want to know how...

    Sorry, Im half way there. I just want to know how could i filter out just the numbers from my text file?

    Like
    James 90
    Thomas 50
    Sheila 60
    Jessica 20
    Precillia 10

    I just want...
  2. Replies
    7
    Views
    1,652

    while(! openfile.eof()) { openfile >>...

    while(! openfile.eof())
    {
    openfile >> getcontent;
    cout << getcontent << endl;
    }
    The stream extraction operator >> works by using whitespace to distinguish individual elements. You read a name...
  3. Replies
    7
    Views
    1,652

    Need a urgent help, Test in hours time!!

    Someone please help me I'm having my exam tmrw! So nervous!!


    Im having trouble combining both the .txt files in to 1 file and run the program which I have coded.

    The output is what I wanted...
  4. Replies
    2
    Views
    1,386

    Need a urgent help, Test in hours time!!

    Someone please help me I'm having my exam tmrw! So nervous
    Im having trouble combining both the .txt files in to 1 file and run the program which I have coded.

    I want the output of this program...
Results 1 to 4 of 4