i have 3 files
main.cpp
functions.cpp
header.h
the main.cpp contains only the open and close ofstream functions for the text file.
the functions.cpp output ofstream line to the text file
header.h just contains what they always contain.
where do i put ofstream outf; (for example) and include<fstream>
so that the main and function cpps can identify the "outf << " or "outf"