FILE OPERATIONS

i have multiple c++ source files.
in the main file i created a ofstream object and opened a file and written something in this file.

Now i need to stream data from one of the other c++ source files into the file that i created in main.

can anyone help me with this?
i created a ofstream object and opened a file and written something in this file. Now i need to stream data from one of the other c++ source files
It's not clear what you're asking. It may be easier to understand if you try to describe the problem using plain non-technical language, or providing a lot more detail, such as your source code.
Topic archived. No new replies allowed.