Write the necessary preprocessor directive to enable the use of file streams.
LANGUAGE: C++
CHALLENGE:
Write the necessary preprocessor directive to enable the use of file streams.
SOLUTION:
#include <fstream>
Write the necessary preprocessor directive to enable the use of file streams.
#include <fstream>