User profile: AG Guardian

User info
User name:AG Guardian
History
Joined:
Number of posts:8
Latest posts:

fstream.peek() moving file pointer?
Hi there. I am trying to write a program that reads a series of commands from a text file and draws ...

File Output Problem.
For anyone interested, here is the final working code: [code] #include <iostream> #include <fstream...

File Output Problem.
Hallelujah! You solved it. Idk why I thought I had to use .open() after declaring the fstream. Thank...

File Output Problem.
Any other suggestions?

File Output Problem.
Updated with your suggestions, code still not working. Thanks for the efficiency tips tho, I made it...