All seems well until line 82:
st->readdata();
where the variable st
is not initialised but used.
1
solved cross initialization error in while loop (c++ program)
All seems well until line 82:
st->readdata();
where the variable st
is not initialised but used.
1
solved cross initialization error in while loop (c++ program)