Question: it fails to display the vector table int readTable() { int row, col; char col_c; ifstream fin(lines.txt, ios::in); // Read in the file into I



it fails to display the vector table
int readTable() { int row, col; char col_c; ifstream fin("lines.txt", ios::in); // Read in the file into I while (fin >> row) // per row fin >> col_c; col = convert(col_c); // to a slot number vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
