Search:

Type: Posts; User: Rinas

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,110

    for (int i=0; i>...

    for (int i=0; i<5; i++)
    {
    in >> course[i].studentID;
    in.getline(course[i].name,29,';');
    in.getline(course[i].progCode,6,';');
    in >> course[i].semester;
    for...
  2. Replies
    5
    Views
    1,110

    I have fixed that.. It just happened after i...

    I have fixed that.. It just happened after i copy-pasted that code.
  3. Replies
    5
    Views
    1,110

    Problem with Reading Input File

    Hi,

    I am having problem with getting input from text file and display the output in another text file. My coding works like this. First it reads input from text file and store them in struct...
Results 1 to 3 of 3