Original Post
Hello. I'm using C++. What is the best way to read a specific line from a .txt file? For example: ReadLine(7); That would get the string on line 7 in the .txt file. But how to make it read some specific one?