Program isn't reading in my .txt file correctly? Help?

Resolved
Last edited on
Any help please?
Indent your code properly.

Try to isolate the program,
You've got to check the parsing, the insertion, the sorting, the printing, and whatever you are doing in line 69. It may be a good idea to create modules that you may test independently.

Also, you've got unrelated code like the time measuring.


By the way, loop on the reading operation while( getline(fin,line) )

PS: You could at least provide an example input/output
Topic archived. No new replies allowed.