43.6k views
3 votes
To use files in a c++ program you must include the ________ header file.

1 Answer

4 votes
To use files in a c++ program you must include the fstream header file. There are specific codes needed to be included to let the program perform specific functions on the computer. One has to remember the correct headers that are used to run the operation you want smoothly.
User Eric Tune
by
5.2k points