Forum: C++ Jul 4th, 2009 |
| Replies: 2 Views: 194 Thanks very much. The suggestion to print my list was very helpful, and it seems that I am modifying the original objects.
My syntax got a bit screwed up because I tried cutting and pasting from a... |
Forum: C++ Jul 4th, 2009 |
| Replies: 2 Views: 194 I am reading lines from a CSV and don't know what size it'll be, so I place read lines into a list of a structure "obs". Then I want to iterate through this list, put it into another list and then... |