So I\'m having some type problems in my c++ program. Here is the code:
#include \"NHSFileparser.h\" #include \"NHSFileController.h\" #include #inc
You cannot put statements outside functions, only declarations and definitions. Put your code inside main.
main