Hello to All
i want to read txt file that contant some data's such as :
1,2,3,4,5,6
7,8,9,10,11,12
13,14,15,16,17,18,19
and then write them into a two dimentional Array .
for example : first line of file must be first row of array or another example the first data in first line is data[0][0]
somebody say me , that i can do this with use of fstream function or somebody else says that i must use strtok
now i know ,who can i do this ?
Thanks in advance.