Hi, this is my first post so plz forgive me for any confusion. I have a C++ program that is loading in a data file into an array. I believe I have a good understanding on how I’m suppose to do this and what it is suppose to do. The only problem I’m having is when I load in the arrays it’s not putting in the information from the data file in. Here’s the program. Thank you
#include<iostream>
#include<fstream>
using namespace std;