Search:

Type: Posts; User: oceans

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    814

    Thank you everyone! I was able to fix my original...

    Thank you everyone! I was able to fix my original code. I just had to to reset the flag counter, add "counter!=0" to if statement along with flag!= 0 and move counter++ and i++ within the...
  2. Replies
    5
    Views
    814

    file format is basically comma delimited course...

    file format is basically comma delimited course names and multiple functions will definitely make it easier but i'm required to do it all in one function.
  3. Replies
    5
    Views
    814

    Finding unique strings within a file

    Hello all,

    I have been trying to write this program that reads a file of courses and then stores only the unique courses in an array of strings.

    for some reason it crashes while reading the 2nd...
Results 1 to 3 of 3