exculdeing items from fgetcI figured it out. [code] do { if ((data = fgetc(gol_grid_file)) != '\n') { if (data != '\r...
exculdeing items from fgetcHey all, Yesterday I received some great help with a problem reading in some info because it had ...
Read in txt file to array[r][c].Thanks for the pointers. Here is working file for future reference should anyone ever need to know....
Read in txt file to array[r][c].I changed my loop to this.. [code]for (rowcount = 0; rowcount < GRID_ROWS; rowcount++) { for (co...
Read in txt file to array[r][c].That's a nice rehashing of the problem but I did not notice any proposed solution. How do you restr...
This user does not accept Private Messages