I want to include my text file into my code. And if the text it match with the number or letter. I want user to access his own files.
@Giothecoder actually, getline works though. It will read to EOF if you give it a big enough buffer or a character that isn’t in the file.
How to include Text
I want to include my text file into my code. And if the text it match with the number or letter. I want user to access his own files.
@Giothecoder actually, getline works though. It will read to EOF if you give it a big enough buffer or a character that isn’t in the file.