fscanf() reads a line of data horizontally......(E.g: "AAA BBB CCC DDD....")
and can assign its value one by one into an array variable
(E.g: array[0] = "AAA" array[1]= "BBB"...)
If I were to read the data downwards vertically and assign the values into an array variable....
array[0] = "AAA" array[1]= "BBB"...Code:E.g: "AAA" "BBB" "CCC" "DDD" . . .
Any suggestions to do it....??
__________



LinkBack URL
About LinkBacks


