Hello I was seeing if anybody could help me with the programming of this project...
I want to scan in data information into my program, the data file is in one file with every bit of information separated by a comma,
how can i set up a while and for loop so each bit of information will get stored in its proper location then when it comes upon a comma it will to another array
this is what i have
while((ch=fgetc(data))!=',')
{
}



LinkBack URL
About LinkBacks


