How to create input/output file for ModuloZ program?

I am in the middle of a final, and I have the Moduloz program written. However, I do not have any instructions on how to create an input file so that the Moduloz can perform its tasks.

Can someone share some insight as to how to create a Moduloz input file?
Also, how should I create the code so that the ModuloZ prints to an output file?


These are the exact instructions of my assignment:



Read your test values from a file and write your test results to a file.
I haven't heard of ModuloZ and google didn't bring much up right away.

To read from a file check out ifstream
http://cplusplus.com/reference/iostream/ifstream/

To output to a file check out ofstream
http://cplusplus.com/reference/iostream/ofstream/
Topic archived. No new replies allowed.