0
Need help with program
My program is not swapping the birthdates of people from an input file. The input file is like so: 20010628 John Doe 19760912 David Pea https://code.sololearn.com/cd2S6Ftbl0CI/?ref=app
4 Respuestas
0
make these changes:
int s=0, first=0, date=0, origDate=0, longDate=0, name=0;
for(;i<s;i++)
0
Still didnt work
0
maybe sololearn compiler doesnt support file.
0
Thanks for trying