Help with strlenThank you for sending me the link. It did solve my problem.
Help with strlenSo I created a box of asterisk so that I can output my data into so it'll look something like this ...
Reading Datas From A Txt FileI know that c++ streams would make it a lot easier but my professor wants us to use fscanf. Thanks ...
Reading Datas From A Txt FileI've just adjusted it to addressData[10] and it cuts off the zip code. [code]V's Place 123 Fake Stre...
Reading Datas From A Txt File[code] for (i=0;i<11;i++) { fscanf(addressfile,"%s",addressData[i]); } fscanf(add...
This user does not accept Private Messages