Hi, i have a question about files in c++.
I need to do a program that reads a .txt file and stores it into a bidimentional character array and the show it in screen.
I have this code, but i dont know the conditional for the end of line in c++.
Basically i want to read a whole line and store it...