I need to open a file that looks something like this:
45, Owen, Terrance, Tight End, Green Bay Packers
35, Green, Josh, Quarterback, New England Patriots
and so on...
i need to read this information into a structure i guess, along the lines of:
how would this be done??Code:struct newInfo { int number; char lastName []; char firstName []; char position []; char team []; }



LinkBack URL
About LinkBacks



I used to be an adventurer like you... then I took an arrow to the knee.