#include #include #include using namespace std; #include int main(int narg, char *argv[]) { fann_type *calc_out; fann_type input[2]; struct fann *ann = fann_create_from_file("mult.net"); ofstream ofile("test_results.dat"); ofile<<"# input1 input2 output"<