C++ while(file input stream) loop executes only once in the superior while loop

前端 未结 0 1945
猫巷女王i
猫巷女王i 2020-12-14 03:02

So basically, I have a text file and a dictionary file. I want to compare every word in dictionary, to every word in text file.

while (getline(mainFile, line)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题