Hello fellow coders. I have a slight issue right now. My class is working with inputting and outputting information from files using the fstream header and such. The code that I have right now is very simple, but for some reason is not working. The text file has the following information in it:
The program is actually opening the file, and inputting the data to the outFile 'outData.out/.txt' but for some reason when I run the program it just says
"
RUN SUCCESSFUL (total time: 53ms)
"
with no further output. I can see in the outData.out/.txt (i've tried both formats) the information exists, it just refuses to send it to the console i guess.
Well, from a little bit of looking around, and reading a bit closer into my book I think I've answered my question. This program isn't supposed to actually output information to the console.....