.txt into 2d array help?holy s! it works! finally after 2 days! thank you so much
.txt into 2d array help?so this? for(int x = 0; x < 6; x++) { d_in >> name[x]; for(int y = 0; y < 11; y++) d_in >>...
.txt into 2d array help?so when i do the d_in part it needs to be the actual row number? d_in >> scores [5] [y];
.txt into 2d array help?so i would fill it in with [output] for (x=0;x<6;x++) { d_in >> name [x]; for (y=0;y<12;y++) ...
.txt into 2d array help?Changed d_in >> scores; to for (x=0;x<6;x++) for (y=0;y<12;y++) { d_in >> scores[x][y]; } and th...
This user does not accept Private Messages