Hi, cpp forum.
I need some help. I have an .txt file of dictionary words. How could I manipulate the .txt file line by line? Maybe put a line in a string varible, and compare until the eof? I haven't a clue how to start this.
I google around about this question, and I found a lot about map, vectors, and other containers. I'm not really familar with these because I'm still fairly new with c++. So, if you can give me a simple idea, I would be delighted to read your comment.