Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I run the non interactive test program, the output goes across my screen to fast for me to read it. How do I read what it is doing?

0
Posted

When I run the non interactive test program, the output goes across my screen to fast for me to read it. How do I read what it is doing?

0

In order to capture this information for review, you need to redirect the output to a file. To do this, follow these directions: 1. Compile the program. 2. Go to the DOS prompt. 3. change directories to the directory (folder) where your program is. 4. type in the name of your program with the following syntax added: YourProgramName < OutPutFileName.txt 5. After you run the program (hit enter) the output will be directed to the file name you specified (OutPutFileName.txt). Just use your favorite text editor to view it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123