hey i have a int **grid; pointer which should read from a txt file a grid which is made up for 0's and 1's, how would i make my grid pointer only read in 1 int for each index of grid[0]?
txt file contains height and weight of the grid then, the info in the grid.
4 4
1111
1100
0010
0101