I have a program with lots of couts. Now I'm wanting to save the output to a text file, so I need to replace each cout with fout (my declared command for my output file). Is there a way to globally replace "cout" with "fout" so I don't have to go through and manually change each one?