4
Answers

How to print all output of a program in text file in C++?

I mean I want to print the result of my program in a text file instead of showing the result in the console page, so please guide me to do that in C++.

Answers (4)