Hi guys.
I'm rying to read in from a text file. The text file is formatted like this:
author ;title ;category;number
(there are 28 lines)
How can i read this data into 4 user defines variables, using an array? i am using this code:
BookData a[MAX] ;
int Read = 0 ;
do
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.