I am working with multiple files that each have functions with 'cout' statements which I have changed to outFile. Can I declare outFile globally in main and have 'extern' in all of the other files that use it? If so what's the syntax for it because I'm at a loss!