User: bwquestion

  • Public profile

User profile: bwquestion

User info
User name:bwquestion
History
Joined:
Number of posts:36
Latest posts:

exculdeing items from fgetc
I figured it out. [code] do { if ((data = fgetc(gol_grid_file)) != '\n') { if (data != '\r...

exculdeing items from fgetc
Hey 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