I have a text file (.txt) with some text lines.
I want read line by line this file. How can i do it??
How can i do it for give me the line in a char variable???
I test with incluing fstream.h file for use file.getline() or other funcitons but dont work me.
Any idea???
I supose that i must use Read() function. I trying it but without results
Thanks.