Hi, I am running a C++ program and there are other underling code.
When I run it, suppose it is a.exe, there are a lot of information printed on the screen. I can't redirect some information to a .txt file like ./a.ext > temp.txt
How can I force it is redirect to the temp.txt?
Thanks!