User profile: Anon99

User info
User name:Anon99
Old user name:emont
History
Joined:
Number of posts:9
Latest posts:

Unique words
[code] for (name_iter = nameHolder.begin(); name_iter != nameHolder.end(); ++name_iter) //if (...

Reading from csv file
[code]if (seenAlready.find(name) != seenAlready.end()) { seenAlready.erase(name); continue; ...

Reading from csv file
Just seen it there now, this does not work when I try to read in from my csv file though.

Reading from csv file
So I took your advice and started using sets and this works removing the duplicate but it still does...

Reading from csv file
The reason for the convert is because I have sam and SAM and I need to get rid of both. This is corr...