Write the include directive that allows use of the function headers in the file myFuncs.h.
LANGUAGE: C++
CHALLENGE:
Write the include directive that allows use of the function headers in the file myFuncs.h.
SOLUTION:
#include <myFuncs.h>
Posted in C++, Learn To Code