Recent content by hater_anonimo

  1. H

    C++ reading/output files

    Thank you for replying. Actually i made it using a more simple way. I used just one "for cycle" to save all the characters from the .txt file to the array. The only problem is that if the file has more characters than spaces available in the array, it crashes, but i made it especifically for the...
  2. H

    C++ reading/output files

    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...